Shades of Malibu #5AB1DC
Tints of Malibu #5AB1DC
RGB
CMYK
RGB Variations
Color information
#5AB1DC (or 0x5AB1DC) is known color: Malibu. HEX triplet: 5A, B1 and DC. RGB value is (90,177,220). Sum of RGB (Red+Green+Blue) = 90+177+220=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1DC is #A54E23. Grayscale: #9B9B9B. Windows color (decimal): -10833444 or 14463322. OLE color: 14463322.
HSL color Cylindrical-coordinate representation of color #5AB1DC: hue angle of 199.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB1DC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 177 | 220 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.14 |
| HSL | 199.85º | 0.65% | 0.61% | - |
| HSV(B) | 199.85º | 0.59% | 0.86% | - |
| XYZ | 32.86 | 38.79 | 73.46 | - |
| YUV | 155.89 | 164.18 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 220 | 0.59 | 0.20 | 0 | 0.14 | 199.85 | 0.65 | 0.61 |
| Hex | 5A | B1 | DC | 3B | 14 | 0 | E | C8 | 41 | 3D |
| Octal | 132 | 261 | 334 | 73 | 24 | 0 | 16 | 310 | 101 | 75 |
| Binary | 1011010 | 10110001 | 11011100 | 111011 | 10100 | 0 | 1110 | 11001000 | 1000001 | 111101 |
Color Harmonies of #5AB1DC
Complementary color
Monochromatic Colors of #5AB1DC
Black with #5AB1DC
Text Example
Text Example
White with #5AB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1DC; }
p { color: rgb(90,177,220); }
H1.HeaderClassName
{
color: #5AB1DC;
}
.AnyTagClassName
{
color: #5AB1DC;
}
</style>
background-color css
<style>
a { background-color: #5AB1DC; }
a { background-color: rgb(90,177,220); }
div.DivClassName
{
background-color: #5AB1DC;
}
.BgClassName
{
background-color: #5AB1DC;
}
</style>
border-color css
<style>
span { border-color: #5AB1DC; }
span { border-color: rgb(90,177,220); }
td.TdClassName
{
border-color: #5AB1DC;
}
.TagClassName
{
border-color: #5AB1DC;
}
</style>