#5CB1DC

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

Shades of Malibu #5CB1DC

Tints of Malibu #5CB1DC

Color information

#5CB1DC (or 0x5CB1DC) is unknown color: approx Malibu. HEX triplet: 5C, B1 and DC. RGB value is (92,177,220). Sum of RGB (Red+Green+Blue) = 92+177+220=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1DC is #A34E23. Grayscale: #9C9C9C. Windows color (decimal): -10702372 or 14463324. OLE color: 14463324.

HSL color Cylindrical-coordinate representation of color #5CB1DC: hue angle of 200.16º degrees, saturation: 0.65, 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 #5CB1DC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92177220-
CMYK0.580.2000.14
HSL200.16º64.65%61.18%-
HSV(B)200.16º58.18%86.27%-
XYZ33.0538.8973.47-
YUV156.49163.8482-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.81%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=18.81%
G=36.20%
B=44.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921772200.580.2000.14200.1664.6561.18
Hex5CB1DC3A140Ec8413d
Octal134261334722401631010175
Binary101110010110001110111001110101010001110110010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,220); }

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

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

 a { background-color: rgb(92,177,220); }

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

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

 span { border-color: rgb(92,177,220); }

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