#5AAEDD

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

Shades of Malibu #5AAEDD

Tints of Malibu #5AAEDD

Color information

#5AAEDD (or 0x5AAEDD) is unknown color: approx Malibu. HEX triplet: 5A, AE and DD. RGB value is (90,174,221). Sum of RGB (Red+Green+Blue) = 90+174+221=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEDD is #A55122. Grayscale: #999999. Windows color (decimal): -10834211 or 14528090. OLE color: 14528090.

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

Color convert

RGB90174221-
CMYK0.590.2100.13
HSL201.53º65.83%60.98%-
HSV(B)201.53º59.28%86.67%-
XYZ32.437.6773.97-
YUV154.24165.6782.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.56%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=18.56%
G=35.88%
B=45.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901742210.590.2100.13201.5365.8360.98
Hex5AAEDD3B150Dca423d
Octal132256335732501531210275
Binary101101010101110110111011110111010101101110010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,221); }

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

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

 a { background-color: rgb(90,174,221); }

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

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

 span { border-color: rgb(90,174,221); }

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