Html Css Color HEX #59AAE5 Malibu

📋 copy color: '#59AAE5'

red 89 ◦ green 170 ◦ blue 229

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

Shades of Malibu #59AAE5

Tints of Malibu #59AAE5

RGB

 RED value IS 89 (35.16% from 255) = 18.24%

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 18.24%
G = 34.84%
B = 46.93%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#59AAE5 (or 0x59AAE5) is known color: Malibu. HEX triplet: 59, AA and E5. RGB value is (89,170,229). Sum of RGB (Red+Green+Blue) = 89+170+229=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #59AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AAE5 is #A6551A. Grayscale: #989898. Windows color (decimal): -10900763 or 15051353. OLE color: 15051353.

HSL color Cylindrical-coordinate representation of color #59AAE5: hue angle of 205.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59AAE5 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 170 229 -
CMYK 0.61 0.26 0 0.10
HSL 205.29º 0.73% 0.62% -
HSV(B) 205.29º 0.61% 0.9% -
XYZ 32.64 36.53 79.46 -
YUV 152.51 171.16 82.7 -
System Red Green Blue C M Y K H S L
Decimal 89 170 229 0.61 0.26 0 0.10 205.29 0.73 0.62
Hex 59 AA E5 3D 1A 0 A CD 49 3E
Octal 131 252 345 75 32 0 12 315 111 76
Binary 1011001 10101010 11100101 111101 11010 0 1010 11001101 1001001 111110

Color Harmonies of #59AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AAE5

Black with #59AAE5

Text Example


Text Example

White with #59AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59AAE5; }

 p { color: rgb(89,170,229); }

 H1.HeaderClassName
 {
   color: #59AAE5;
 }
 .AnyTagClassName
 {
   color: #59AAE5;
 }
</style>

background-color css

<style>
 a { background-color: #59AAE5; }

 a { background-color: rgb(89,170,229); }

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

border-color css

<style>
 span { border-color: #59AAE5; }

 span { border-color: rgb(89,170,229); }

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