Shades of Malibu #55BAE5
Tints of Malibu #55BAE5
RGB
CMYK
RGB Variations
Color information
#55BAE5 (or 0x55BAE5) is known color: Malibu. HEX triplet: 55, BA and E5. RGB value is (85,186,229). Sum of RGB (Red+Green+Blue) = 85+186+229=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #55BAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAE5 is #AA451A. Grayscale: #A0A0A0. Windows color (decimal): -11158811 or 15055445. OLE color: 15055445.
HSL color Cylindrical-coordinate representation of color #55BAE5: hue angle of 197.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55BAE5 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 186 | 229 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.10 |
| HSL | 197.92º | 0.73% | 0.62% | - |
| HSV(B) | 197.92º | 0.63% | 0.9% | - |
| XYZ | 35.45 | 42.71 | 80.5 | - |
| YUV | 160.7 | 166.54 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 229 | 0.63 | 0.19 | 0 | 0.10 | 197.92 | 0.73 | 0.62 |
| Hex | 55 | BA | E5 | 3F | 13 | 0 | A | C6 | 49 | 3E |
| Octal | 125 | 272 | 345 | 77 | 23 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1010101 | 10111010 | 11100101 | 111111 | 10011 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #55BAE5
Complementary color
Monochromatic Colors of #55BAE5
Black with #55BAE5
Text Example
Text Example
White with #55BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAE5; }
p { color: rgb(85,186,229); }
H1.HeaderClassName
{
color: #55BAE5;
}
.AnyTagClassName
{
color: #55BAE5;
}
</style>
background-color css
<style>
a { background-color: #55BAE5; }
a { background-color: rgb(85,186,229); }
div.DivClassName
{
background-color: #55BAE5;
}
.BgClassName
{
background-color: #55BAE5;
}
</style>
border-color css
<style>
span { border-color: #55BAE5; }
span { border-color: rgb(85,186,229); }
td.TdClassName
{
border-color: #55BAE5;
}
.TagClassName
{
border-color: #55BAE5;
}
</style>