Shades of Malibu #52C5E1
Tints of Malibu #52C5E1
RGB
CMYK
RGB Variations
Color information
#52C5E1 (or 0x52C5E1) is known color: Malibu. HEX triplet: 52, C5 and E1. RGB value is (82,197,225). Sum of RGB (Red+Green+Blue) = 82+197+225=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #52C5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5E1 is #AD3A1E. Grayscale: #A5A5A5. Windows color (decimal): -11352607 or 14796114. OLE color: 14796114.
HSL color Cylindrical-coordinate representation of color #52C5E1: hue angle of 191.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C5E1 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 197 | 225 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.12 |
| HSL | 191.75º | 0.7% | 0.6% | - |
| HSV(B) | 191.75º | 0.64% | 0.88% | - |
| XYZ | 37.04 | 47.16 | 78.39 | - |
| YUV | 165.81 | 161.4 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 225 | 0.64 | 0.12 | 0 | 0.12 | 191.75 | 0.7 | 0.6 |
| Hex | 52 | C5 | E1 | 40 | C | 0 | C | C0 | 46 | 3C |
| Octal | 122 | 305 | 341 | 100 | 14 | 0 | 14 | 300 | 106 | 74 |
| Binary | 1010010 | 11000101 | 11100001 | 1000000 | 1100 | 0 | 1100 | 11000000 | 1000110 | 111100 |
Color Harmonies of #52C5E1
Complementary color
Monochromatic Colors of #52C5E1
Black with #52C5E1
Text Example
Text Example
White with #52C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5E1; }
p { color: rgb(82,197,225); }
H1.HeaderClassName
{
color: #52C5E1;
}
.AnyTagClassName
{
color: #52C5E1;
}
</style>
background-color css
<style>
a { background-color: #52C5E1; }
a { background-color: rgb(82,197,225); }
div.DivClassName
{
background-color: #52C5E1;
}
.BgClassName
{
background-color: #52C5E1;
}
</style>
border-color css
<style>
span { border-color: #52C5E1; }
span { border-color: rgb(82,197,225); }
td.TdClassName
{
border-color: #52C5E1;
}
.TagClassName
{
border-color: #52C5E1;
}
</style>