#5CB8DB

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

Shades of Malibu #5CB8DB

Tints of Malibu #5CB8DB

Color information

#5CB8DB (or 0x5CB8DB) is unknown color: approx Malibu. HEX triplet: 5C, B8 and DB. RGB value is (92,184,219). Sum of RGB (Red+Green+Blue) = 92+184+219=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB8DB is #A34724. Grayscale: #A0A0A0. Windows color (decimal): -10700581 or 14399580. OLE color: 14399580.

HSL color Cylindrical-coordinate representation of color #5CB8DB: hue angle of 196.54º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB8DB is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92184219-
CMYK0.580.1600.14
HSL196.54º63.82%60.98%-
HSV(B)196.54º57.99%85.88%-
XYZ34.3441.6773.25-
YUV160.48161.0279.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=18.59%
G=37.17%
B=44.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921842190.580.1600.14196.5463.8260.98
Hex5CB8DB3A100Ec5403d
Octal134270333722001630510075
Binary101110010111000110110111110101000001110110001011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,184,219); }

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

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

 a { background-color: rgb(92,184,219); }

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

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

 span { border-color: rgb(92,184,219); }

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