Shades of Malibu #52B2DC
Tints of Malibu #52B2DC
RGB
CMYK
RGB Variations
Color information
#52B2DC (or 0x52B2DC) is known color: Malibu. HEX triplet: 52, B2 and DC. RGB value is (82,178,220). Sum of RGB (Red+Green+Blue) = 82+178+220=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #52B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2DC is #AD4D23. Grayscale: #999999. Windows color (decimal): -11357476 or 14463570. OLE color: 14463570.
HSL color Cylindrical-coordinate representation of color #52B2DC: hue angle of 198.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52B2DC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 178 | 220 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.14 |
| HSL | 198.26º | 0.66% | 0.59% | - |
| HSV(B) | 198.26º | 0.63% | 0.86% | - |
| XYZ | 32.32 | 38.8 | 73.5 | - |
| YUV | 154.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 220 | 0.63 | 0.19 | 0 | 0.14 | 198.26 | 0.66 | 0.59 |
| Hex | 52 | B2 | DC | 3F | 13 | 0 | E | C6 | 42 | 3B |
| Octal | 122 | 262 | 334 | 77 | 23 | 0 | 16 | 306 | 102 | 73 |
| Binary | 1010010 | 10110010 | 11011100 | 111111 | 10011 | 0 | 1110 | 11000110 | 1000010 | 111011 |
Color Harmonies of #52B2DC
Complementary color
Monochromatic Colors of #52B2DC
Black with #52B2DC
Text Example
Text Example
White with #52B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2DC; }
p { color: rgb(82,178,220); }
H1.HeaderClassName
{
color: #52B2DC;
}
.AnyTagClassName
{
color: #52B2DC;
}
</style>
background-color css
<style>
a { background-color: #52B2DC; }
a { background-color: rgb(82,178,220); }
div.DivClassName
{
background-color: #52B2DC;
}
.BgClassName
{
background-color: #52B2DC;
}
</style>
border-color css
<style>
span { border-color: #52B2DC; }
span { border-color: rgb(82,178,220); }
td.TdClassName
{
border-color: #52B2DC;
}
.TagClassName
{
border-color: #52B2DC;
}
</style>