#5AB4DD

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

Shades of Malibu #5AB4DD

Tints of Malibu #5AB4DD

Color information

#5AB4DD (or 0x5AB4DD) is unknown color: approx 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

RGB90180221-
CMYK0.590.1900.13
HSL198.78º65.83%60.98%-
HSV(B)198.78º59.28%86.67%-
XYZ33.5940.0474.36-
YUV157.76163.6879.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.33%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901802210.590.1900.13198.7865.8360.98
Hex5AB4DD3B130Dc7423d
Octal132264335732301530710275
Binary101101010110100110111011110111001101101110001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>