#5CABDE

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

Shades of Malibu #5CABDE

Tints of Malibu #5CABDE

Color information

#5CABDE (or 0x5CABDE) is unknown color: approx Malibu. HEX triplet: 5C, AB and DE. RGB value is (92,171,222). Sum of RGB (Red+Green+Blue) = 92+171+222=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABDE is #A35421. Grayscale: #989898. Windows color (decimal): -10703906 or 14592860. OLE color: 14592860.

HSL color Cylindrical-coordinate representation of color #5CABDE: hue angle of 203.54º 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 #5CABDE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92171222-
CMYK0.590.2300.13
HSL203.54º66.33%61.57%-
HSV(B)203.54º58.56%87.06%-
XYZ32.1636.6874.49-
YUV153.19166.8384.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.97%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=18.97%
G=35.26%
B=45.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921712220.590.2300.13203.5466.3361.57
Hex5CABDE3B170Dcc423e
Octal134253336732701531410276
Binary101110010101011110111101110111011101101110011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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