#5CB2C9

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

Shades of Viking #5CB2C9

Tints of Viking #5CB2C9

Color information

#5CB2C9 (or 0x5CB2C9) is unknown color: approx Viking. HEX triplet: 5C, B2 and C9. RGB value is (92,178,201). Sum of RGB (Red+Green+Blue) = 92+178+201=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #5CB2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2C9 is #A34D36. Grayscale: #9A9A9A. Windows color (decimal): -10702135 or 13218396. OLE color: 13218396.

HSL color Cylindrical-coordinate representation of color #5CB2C9: hue angle of 192.66º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CB2C9 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92178201-
CMYK0.540.1100.21
HSL192.66º50.23%57.45%-
HSV(B)192.66º54.23%78.82%-
XYZ30.8838.3361.03-
YUV154.91154.0183.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.53%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=19.53%
G=37.79%
B=42.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921782010.540.1100.21192.6650.2357.45
Hex5CB2C936B015c13239
Octal13426231166130253016271
Binary10111001011001011001001110110101101010111000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB2C9; }

 p { color: rgb(92,178,201); }

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

<style>
 a { background-color: #5CB2C9; }

 a { background-color: rgb(92,178,201); }

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

<style>
 span { border-color: #5CB2C9; }

 span { border-color: rgb(92,178,201); }

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