Shades of Malibu #5AB5E8
Tints of Malibu #5AB5E8
RGB
CMYK
RGB Variations
Color information
#5AB5E8 (or 0x5AB5E8) is known color: Malibu. HEX triplet: 5A, B5 and E8. RGB value is (90,181,232). Sum of RGB (Red+Green+Blue) = 90+181+232=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #5AB5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB5E8 is #A54A17. Grayscale: #9F9F9F. Windows color (decimal): -10832408 or 15250778. OLE color: 15250778.
HSL color Cylindrical-coordinate representation of color #5AB5E8: hue angle of 201.55º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB5E8 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 90 | 181 | 232 | - |
CMYK | 0.61 | 0.22 | 0 | 0.09 |
HSL | 201.55º | 0.76% | 0.63% | - |
HSV(B) | 201.55º | 0.61% | 0.91% | - |
XYZ | 35.31 | 41.05 | 82.41 | - |
YUV | 159.61 | 168.85 | 78.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 181 | 232 | 0.61 | 0.22 | 0 | 0.09 | 201.55 | 0.76 | 0.63 |
Hex | 5A | B5 | E8 | 3D | 16 | 0 | 9 | CA | 4C | 3F |
Octal | 132 | 265 | 350 | 75 | 26 | 0 | 11 | 312 | 114 | 77 |
Binary | 1011010 | 10110101 | 11101000 | 111101 | 10110 | 0 | 1001 | 11001010 | 1001100 | 111111 |
Color Harmonies of #5AB5E8
Complementary color
Monochromatic Colors of #5AB5E8
Black with #5AB5E8
Text Example
Text Example
White with #5AB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5E8; }
p { color: rgb(90,181,232); }
H1.HeaderClassName
{
color: #5AB5E8;
}
.AnyTagClassName
{
color: #5AB5E8;
}
</style>
background-color css
<style>
a { background-color: #5AB5E8; }
a { background-color: rgb(90,181,232); }
div.DivClassName
{
background-color: #5AB5E8;
}
.BgClassName
{
background-color: #5AB5E8;
}
</style>
border-color css
<style>
span { border-color: #5AB5E8; }
span { border-color: rgb(90,181,232); }
td.TdClassName
{
border-color: #5AB5E8;
}
.TagClassName
{
border-color: #5AB5E8;
}
</style>