#51B5C1

Color #51B5C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #51B5C1

Tints of Viking #51B5C1

Color information

#51B5C1 (or 0x51B5C1) is unknown color: approx Viking. HEX triplet: 51, B5 and C1. RGB value is (81,181,193). Sum of RGB (Red+Green+Blue) = 81+181+193=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #51B5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5C1 is #AE4A3E. Grayscale: #989898. Windows color (decimal): -11422271 or 12694865. OLE color: 12694865.

HSL color Cylindrical-coordinate representation of color #51B5C1: hue angle of 186.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B5C1 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81181193-
CMYK0.580.0600.24
HSL186.43º47.46%53.73%-
HSV(B)186.43º58.03%75.69%-
XYZ29.5438.6556.35-
YUV152.47150.8777.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=17.80%
G=39.78%
B=42.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811811930.580.0600.24186.4347.4653.73
Hex51B5C13A6018ba2f36
Octal1212653017260302725766
Binary1010001101101011100000111101011001100010111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B5C1; }

 p { color: rgb(81,181,193); }

 H1.HeaderClassName
 {
   color: #51B5C1;
 }
 .AnyTagClassName
 {
   color: #51B5C1;
 }
</style>
background-color css

<style>
 a { background-color: #51B5C1; }

 a { background-color: rgb(81,181,193); }

 div.DivClassName
 {
   background-color: #51B5C1;
 }
 .BgClassName
 {
   background-color: #51B5C1;
 }
</style>
border-color css

<style>
 span { border-color: #51B5C1; }

 span { border-color: rgb(81,181,193); }

 td.TdClassName
 {
   border-color: #51B5C1;
 }
 .TagClassName
 {
   border-color: #51B5C1;
 }
</style>