Html Css Color HEX #5AB4DD Malibu

📋 copy color: '#5AB4DD'

red 90 ◦ green 180 ◦ blue 221

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

Shades of Malibu #5AB4DD

Tints of Malibu #5AB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 18.33%
G = 36.66%
B = 45.01%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AB4DD (or 0x5AB4DD) is known color: Malibu. HEX triplet: 5A, B4 and DD. RGB value is (90,180,221). Sum of RGB (Red+Green+Blue) = 90+180+221=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4DD is #A54B22. Grayscale: #9D9D9D. Windows color (decimal): -10832675 or 14529626. OLE color: 14529626.

HSL color Cylindrical-coordinate representation of color #5AB4DD: hue angle of 198.78º 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 #5AB4DD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 180 221 -
CMYK 0.59 0.19 0 0.13
HSL 198.78º 0.66% 0.61% -
HSV(B) 198.78º 0.59% 0.87% -
XYZ 33.59 40.04 74.36 -
YUV 157.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 90 180 221 0.59 0.19 0 0.13 198.78 0.66 0.61
Hex 5A B4 DD 3B 13 0 D C7 42 3D
Octal 132 264 335 73 23 0 15 307 102 75
Binary 1011010 10110100 11011101 111011 10011 0 1101 11000111 1000010 111101

Color Harmonies of #5AB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4DD

Black with #5AB4DD

Text Example


Text Example

White with #5AB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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