Shades of Malibu #55B2DD
Tints of Malibu #55B2DD
RGB
CMYK
RGB Variations
Color information
#55B2DD (or 0x55B2DD) is known color: Malibu. HEX triplet: 55, B2 and DD. RGB value is (85,178,221). Sum of RGB (Red+Green+Blue) = 85+178+221=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #55B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2DD is #AA4D22. Grayscale: #9A9A9A. Windows color (decimal): -11160867 or 14529109. OLE color: 14529109.
HSL color Cylindrical-coordinate representation of color #55B2DD: hue angle of 198.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55B2DD is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 178 | 221 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.13 |
| HSL | 198.97º | 0.67% | 0.6% | - |
| HSV(B) | 198.97º | 0.62% | 0.87% | - |
| XYZ | 32.72 | 38.99 | 74.21 | - |
| YUV | 155.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 221 | 0.62 | 0.19 | 0 | 0.13 | 198.97 | 0.67 | 0.6 |
| Hex | 55 | B2 | DD | 3E | 13 | 0 | D | C7 | 43 | 3C |
| Octal | 125 | 262 | 335 | 76 | 23 | 0 | 15 | 307 | 103 | 74 |
| Binary | 1010101 | 10110010 | 11011101 | 111110 | 10011 | 0 | 1101 | 11000111 | 1000011 | 111100 |
Color Harmonies of #55B2DD
Complementary color
Monochromatic Colors of #55B2DD
Black with #55B2DD
Text Example
Text Example
White with #55B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2DD; }
p { color: rgb(85,178,221); }
H1.HeaderClassName
{
color: #55B2DD;
}
.AnyTagClassName
{
color: #55B2DD;
}
</style>
background-color css
<style>
a { background-color: #55B2DD; }
a { background-color: rgb(85,178,221); }
div.DivClassName
{
background-color: #55B2DD;
}
.BgClassName
{
background-color: #55B2DD;
}
</style>
border-color css
<style>
span { border-color: #55B2DD; }
span { border-color: rgb(85,178,221); }
td.TdClassName
{
border-color: #55B2DD;
}
.TagClassName
{
border-color: #55B2DD;
}
</style>