#5CBBC9

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

Shades of Viking #5CBBC9

Tints of Viking #5CBBC9

Color information

#5CBBC9 (or 0x5CBBC9) is unknown color: approx Viking. HEX triplet: 5C, BB and C9. RGB value is (92,187,201). Sum of RGB (Red+Green+Blue) = 92+187+201=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #5CBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBC9 is #A34436. Grayscale: #A0A0A0. Windows color (decimal): -10699831 or 13220700. OLE color: 13220700.

HSL color Cylindrical-coordinate representation of color #5CBBC9: hue angle of 187.71º 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 #5CBBC9 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92187201-
CMYK0.540.0700.21
HSL187.71º50.23%57.45%-
HSV(B)187.71º54.23%78.82%-
XYZ32.7342.0361.65-
YUV160.19151.0379.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=19.17%
G=38.96%
B=41.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921872010.540.0700.21187.7150.2357.45
Hex5CBBC9367015bc3239
Octal1342733116670252746271
Binary1011100101110111100100111011011101010110111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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