Shades of Malibu #5AB2ED
Tints of Malibu #5AB2ED
RGB
CMYK
RGB Variations
Color information
#5AB2ED (or 0x5AB2ED) is known color: Malibu. HEX triplet: 5A, B2 and ED. RGB value is (90,178,237). Sum of RGB (Red+Green+Blue) = 90+178+237=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AB2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2ED is #A54D12. Grayscale: #9E9E9E. Windows color (decimal): -10833171 or 15577690. OLE color: 15577690.
HSL color Cylindrical-coordinate representation of color #5AB2ED: hue angle of 204.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB2ED is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 178 | 237 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.07 |
| HSL | 204.08º | 0.8% | 0.64% | - |
| HSV(B) | 204.08º | 0.62% | 0.93% | - |
| XYZ | 35.42 | 40.13 | 86 | - |
| YUV | 158.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 237 | 0.62 | 0.25 | 0 | 0.07 | 204.08 | 0.8 | 0.64 |
| Hex | 5A | B2 | ED | 3E | 19 | 0 | 7 | CC | 50 | 40 |
| Octal | 132 | 262 | 355 | 76 | 31 | 0 | 7 | 314 | 120 | 100 |
| Binary | 1011010 | 10110010 | 11101101 | 111110 | 11001 | 0 | 111 | 11001100 | 1010000 | 1000000 |
Color Harmonies of #5AB2ED
Complementary color
Monochromatic Colors of #5AB2ED
Black with #5AB2ED
Text Example
Text Example
White with #5AB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2ED; }
p { color: rgb(90,178,237); }
H1.HeaderClassName
{
color: #5AB2ED;
}
.AnyTagClassName
{
color: #5AB2ED;
}
</style>
background-color css
<style>
a { background-color: #5AB2ED; }
a { background-color: rgb(90,178,237); }
div.DivClassName
{
background-color: #5AB2ED;
}
.BgClassName
{
background-color: #5AB2ED;
}
</style>
border-color css
<style>
span { border-color: #5AB2ED; }
span { border-color: rgb(90,178,237); }
td.TdClassName
{
border-color: #5AB2ED;
}
.TagClassName
{
border-color: #5AB2ED;
}
</style>