#5CB2DE

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

Shades of Malibu #5CB2DE

Tints of Malibu #5CB2DE

Color information

#5CB2DE (or 0x5CB2DE) is unknown color: approx Malibu. HEX triplet: 5C, B2 and DE. RGB value is (92,178,222). Sum of RGB (Red+Green+Blue) = 92+178+222=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CB2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2DE is #A34D21. Grayscale: #9D9D9D. Windows color (decimal): -10702114 or 14594652. OLE color: 14594652.

HSL color Cylindrical-coordinate representation of color #5CB2DE: hue angle of 200.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB2DE is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92178222-
CMYK0.590.2000.13
HSL200.31º66.33%61.57%-
HSV(B)200.31º58.56%87.06%-
XYZ33.5239.3974.94-
YUV157.3164.5181.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.70%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=18.70%
G=36.18%
B=45.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921782220.590.2000.13200.3166.3361.57
Hex5CB2DE3B140Dc8423e
Octal134262336732401531010276
Binary101110010110010110111101110111010001101110010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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