Html Css Color HEX #5AAAE0 Malibu

📋 copy color: '#5AAAE0'

red 90 ◦ green 170 ◦ blue 224

#5AAAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5AAAE0

Tints of Malibu #5AAAE0

RGB

 RED value IS 90 (35.55% from 255) = 18.6%

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 18.6%
G = 35.12%
B = 46.28%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5AAAE0 (or 0x5AAAE0) is known color: Malibu. HEX triplet: 5A, AA and E0. RGB value is (90,170,224). Sum of RGB (Red+Green+Blue) = 90+170+224=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #5AAAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAAE0 is #A5551F. Grayscale: #979797. Windows color (decimal): -10835232 or 14723674. OLE color: 14723674.

HSL color Cylindrical-coordinate representation of color #5AAAE0: hue angle of 204.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AAAE0 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 170 224 -
CMYK 0.60 0.24 0 0.12
HSL 204.18º 0.68% 0.62% -
HSV(B) 204.18º 0.6% 0.88% -
XYZ 32.05 36.3 75.84 -
YUV 152.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 90 170 224 0.60 0.24 0 0.12 204.18 0.68 0.62
Hex 5A AA E0 3C 18 0 C CC 44 3E
Octal 132 252 340 74 30 0 14 314 104 76
Binary 1011010 10101010 11100000 111100 11000 0 1100 11001100 1000100 111110

Color Harmonies of #5AAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAAE0

Black with #5AAAE0

Text Example


Text Example

White with #5AAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,224); }

 H1.HeaderClassName
 {
   color: #5AAAE0;
 }
 .AnyTagClassName
 {
   color: #5AAAE0;
 }
</style>

background-color css

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

 a { background-color: rgb(90,170,224); }

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

border-color css

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

 span { border-color: rgb(90,170,224); }

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