Shades of Malibu #52C5DD
Tints of Malibu #52C5DD
RGB
CMYK
RGB Variations
Color information
#52C5DD (or 0x52C5DD) is known color: Malibu. HEX triplet: 52, C5 and DD. RGB value is (82,197,221). Sum of RGB (Red+Green+Blue) = 82+197+221=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #52C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5DD is #AD3A22. Grayscale: #A5A5A5. Windows color (decimal): -11352611 or 14533970. OLE color: 14533970.
HSL color Cylindrical-coordinate representation of color #52C5DD: hue angle of 190.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C5DD is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 197 | 221 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.13 |
| HSL | 190.36º | 0.67% | 0.59% | - |
| HSV(B) | 190.36º | 0.63% | 0.87% | - |
| XYZ | 36.5 | 46.95 | 75.54 | - |
| YUV | 165.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 221 | 0.63 | 0.11 | 0 | 0.13 | 190.36 | 0.67 | 0.59 |
| Hex | 52 | C5 | DD | 3F | B | 0 | D | BE | 43 | 3B |
| Octal | 122 | 305 | 335 | 77 | 13 | 0 | 15 | 276 | 103 | 73 |
| Binary | 1010010 | 11000101 | 11011101 | 111111 | 1011 | 0 | 1101 | 10111110 | 1000011 | 111011 |
Color Harmonies of #52C5DD
Complementary color
Monochromatic Colors of #52C5DD
Black with #52C5DD
Text Example
Text Example
White with #52C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5DD; }
p { color: rgb(82,197,221); }
H1.HeaderClassName
{
color: #52C5DD;
}
.AnyTagClassName
{
color: #52C5DD;
}
</style>
background-color css
<style>
a { background-color: #52C5DD; }
a { background-color: rgb(82,197,221); }
div.DivClassName
{
background-color: #52C5DD;
}
.BgClassName
{
background-color: #52C5DD;
}
</style>
border-color css
<style>
span { border-color: #52C5DD; }
span { border-color: rgb(82,197,221); }
td.TdClassName
{
border-color: #52C5DD;
}
.TagClassName
{
border-color: #52C5DD;
}
</style>