Html Css Color HEX #5AADE5 Malibu

📋 copy color: '#5AADE5'

red 90 ◦ green 173 ◦ blue 229

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

Shades of Malibu #5AADE5

Tints of Malibu #5AADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 18.29%
G = 35.16%
B = 46.54%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5AADE5 (or 0x5AADE5) is known color: Malibu. HEX triplet: 5A, AD and E5. RGB value is (90,173,229). Sum of RGB (Red+Green+Blue) = 90+173+229=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #5AADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADE5 is #A5521A. Grayscale: #9A9A9A. Windows color (decimal): -10834459 or 15052122. OLE color: 15052122.

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

Color convert

RGB 90 173 229 -
CMYK 0.61 0.24 0 0.10
HSL 204.17º 0.73% 0.63% -
HSV(B) 204.17º 0.61% 0.9% -
XYZ 33.3 37.72 79.65 -
YUV 154.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 90 173 229 0.61 0.24 0 0.10 204.17 0.73 0.63
Hex 5A AD E5 3D 18 0 A CC 49 3F
Octal 132 255 345 75 30 0 12 314 111 77
Binary 1011010 10101101 11100101 111101 11000 0 1010 11001100 1001001 111111

Color Harmonies of #5AADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADE5

Black with #5AADE5

Text Example


Text Example

White with #5AADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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