#5CB6DD

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

Shades of Malibu #5CB6DD

Tints of Malibu #5CB6DD

Color information

#5CB6DD (or 0x5CB6DD) is unknown color: approx Malibu. HEX triplet: 5C, B6 and DD. RGB value is (92,182,221). Sum of RGB (Red+Green+Blue) = 92+182+221=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB6DD is #A34922. Grayscale: #9F9F9F. Windows color (decimal): -10701091 or 14530140. OLE color: 14530140.

HSL color Cylindrical-coordinate representation of color #5CB6DD: hue angle of 198.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB6DD is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92182221-
CMYK0.580.1800.13
HSL198.14º65.48%61.37%-
HSV(B)198.14º58.37%86.67%-
XYZ34.1940.9574.51-
YUV159.54162.6879.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=18.59%
G=36.77%
B=44.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921822210.580.1800.13198.1465.4861.37
Hex5CB6DD3A120Dc6413d
Octal134266335722201530610175
Binary101110010110110110111011110101001001101110001101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,182,221); }

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

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

 a { background-color: rgb(92,182,221); }

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

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

 span { border-color: rgb(92,182,221); }

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