Shades of Malibu #55B5E9
Tints of Malibu #55B5E9
RGB
CMYK
RGB Variations
Color information
#55B5E9 (or 0x55B5E9) is known color: Malibu. HEX triplet: 55, B5 and E9. RGB value is (85,181,233). Sum of RGB (Red+Green+Blue) = 85+181+233=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #55B5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B5E9 is #AA4A16. Grayscale: #9D9D9D. Windows color (decimal): -11160087 or 15316309. OLE color: 15316309.
HSL color Cylindrical-coordinate representation of color #55B5E9: hue angle of 201.08º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B5E9 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 181 | 233 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.09 |
| HSL | 201.08º | 0.77% | 0.62% | - |
| HSV(B) | 201.08º | 0.64% | 0.91% | - |
| XYZ | 34.98 | 40.86 | 83.13 | - |
| YUV | 158.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 233 | 0.64 | 0.22 | 0 | 0.09 | 201.08 | 0.77 | 0.62 |
| Hex | 55 | B5 | E9 | 40 | 16 | 0 | 9 | C9 | 4D | 3E |
| Octal | 125 | 265 | 351 | 100 | 26 | 0 | 11 | 311 | 115 | 76 |
| Binary | 1010101 | 10110101 | 11101001 | 1000000 | 10110 | 0 | 1001 | 11001001 | 1001101 | 111110 |
Color Harmonies of #55B5E9
Complementary color
Monochromatic Colors of #55B5E9
Black with #55B5E9
Text Example
Text Example
White with #55B5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B5E9; }
p { color: rgb(85,181,233); }
H1.HeaderClassName
{
color: #55B5E9;
}
.AnyTagClassName
{
color: #55B5E9;
}
</style>
background-color css
<style>
a { background-color: #55B5E9; }
a { background-color: rgb(85,181,233); }
div.DivClassName
{
background-color: #55B5E9;
}
.BgClassName
{
background-color: #55B5E9;
}
</style>
border-color css
<style>
span { border-color: #55B5E9; }
span { border-color: rgb(85,181,233); }
td.TdClassName
{
border-color: #55B5E9;
}
.TagClassName
{
border-color: #55B5E9;
}
</style>