Shades of Malibu #55C5DD
Tints of Malibu #55C5DD
RGB
CMYK
RGB Variations
Color information
#55C5DD (or 0x55C5DD) is known color: Malibu. HEX triplet: 55, C5 and DD. RGB value is (85,197,221). Sum of RGB (Red+Green+Blue) = 85+197+221=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #55C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C5DD is #AA3A22. Grayscale: #A6A6A6. Windows color (decimal): -11156003 or 14533973. OLE color: 14533973.
HSL color Cylindrical-coordinate representation of color #55C5DD: hue angle of 190.59º 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 #55C5DD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 197 | 221 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.13 |
| HSL | 190.59º | 0.67% | 0.6% | - |
| HSV(B) | 190.59º | 0.62% | 0.87% | - |
| XYZ | 36.76 | 47.08 | 75.56 | - |
| YUV | 166.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 221 | 0.62 | 0.11 | 0 | 0.13 | 190.59 | 0.67 | 0.6 |
| Hex | 55 | C5 | DD | 3E | B | 0 | D | BF | 43 | 3C |
| Octal | 125 | 305 | 335 | 76 | 13 | 0 | 15 | 277 | 103 | 74 |
| Binary | 1010101 | 11000101 | 11011101 | 111110 | 1011 | 0 | 1101 | 10111111 | 1000011 | 111100 |
Color Harmonies of #55C5DD
Complementary color
Monochromatic Colors of #55C5DD
Black with #55C5DD
Text Example
Text Example
White with #55C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5DD; }
p { color: rgb(85,197,221); }
H1.HeaderClassName
{
color: #55C5DD;
}
.AnyTagClassName
{
color: #55C5DD;
}
</style>
background-color css
<style>
a { background-color: #55C5DD; }
a { background-color: rgb(85,197,221); }
div.DivClassName
{
background-color: #55C5DD;
}
.BgClassName
{
background-color: #55C5DD;
}
</style>
border-color css
<style>
span { border-color: #55C5DD; }
span { border-color: rgb(85,197,221); }
td.TdClassName
{
border-color: #55C5DD;
}
.TagClassName
{
border-color: #55C5DD;
}
</style>