#5DADE5

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

Shades of Malibu #5DADE5

Tints of Malibu #5DADE5

Color information

#5DADE5 (or 0x5DADE5) is unknown color: approx Malibu. HEX triplet: 5D, AD and E5. RGB value is (93,173,229). Sum of RGB (Red+Green+Blue) = 93+173+229=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #5DADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADE5 is #A2521A. Grayscale: #9B9B9B. Windows color (decimal): -10637851 or 15052125. OLE color: 15052125.

HSL color Cylindrical-coordinate representation of color #5DADE5: hue angle of 204.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DADE5 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB93173229-
CMYK0.590.2400.10
HSL204.71º72.34%63.14%-
HSV(B)204.71º59.39%89.8%-
XYZ33.637.8779.67-
YUV155.46169.583.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.79%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=18.79%
G=34.95%
B=46.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal931732290.590.2400.10204.7172.3463.14
Hex5DADE53B180Acd483f
Octal135255345733001231511077
Binary101110110101101111001011110111100001010110011011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,229); }

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

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

 a { background-color: rgb(93,173,229); }

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

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

 span { border-color: rgb(93,173,229); }

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