#5DAADE

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

Shades of Malibu #5DAADE

Tints of Malibu #5DAADE

Color information

#5DAADE (or 0x5DAADE) is unknown color: approx Malibu. HEX triplet: 5D, AA and DE. RGB value is (93,170,222). Sum of RGB (Red+Green+Blue) = 93+170+222=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 170 (66.80% from 255 or 35.05% 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 #5DAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAADE is #A25521. Grayscale: #989898. Windows color (decimal): -10638626 or 14592605. OLE color: 14592605.

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

Color convert

RGB93170222-
CMYK0.580.2300.13
HSL204.19º66.15%61.76%-
HSV(B)204.19º58.11%87.06%-
XYZ32.0736.3574.43-
YUV152.9166.9985.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=19.18%
G=35.05%
B=45.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931702220.580.2300.13204.1966.1561.76
Hex5DAADE3A170Dcc423e
Octal135252336722701531410276
Binary101110110101010110111101110101011101101110011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,222); }

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

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

 a { background-color: rgb(93,170,222); }

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

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

 span { border-color: rgb(93,170,222); }

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