Shades of Malibu #52B0DC
Tints of Malibu #52B0DC
RGB
CMYK
RGB Variations
Color information
#52B0DC (or 0x52B0DC) is known color: Malibu. HEX triplet: 52, B0 and DC. RGB value is (82,176,220). Sum of RGB (Red+Green+Blue) = 82+176+220=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #52B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0DC is #AD4F23. Grayscale: #989898. Windows color (decimal): -11357988 or 14463058. OLE color: 14463058.
HSL color Cylindrical-coordinate representation of color #52B0DC: hue angle of 199.13º 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 #52B0DC is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 176 | 220 | - |
| CMYK | 0.63 | 0.2 | 0 | 0.14 |
| HSL | 199.13º | 0.66% | 0.59% | - |
| HSV(B) | 199.13º | 0.63% | 0.86% | - |
| XYZ | 31.92 | 38.01 | 73.36 | - |
| YUV | 152.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 220 | 0.63 | 0.2 | 0 | 0.14 | 199.13 | 0.66 | 0.59 |
| Hex | 52 | B0 | DC | 3F | 14 | 0 | E | C7 | 42 | 3B |
| Octal | 122 | 260 | 334 | 77 | 24 | 0 | 16 | 307 | 102 | 73 |
| Binary | 1010010 | 10110000 | 11011100 | 111111 | 10100 | 0 | 1110 | 11000111 | 1000010 | 111011 |
Color Harmonies of #52B0DC
Complementary color
Monochromatic Colors of #52B0DC
Black with #52B0DC
Text Example
Text Example
White with #52B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0DC; }
p { color: rgb(82,176,220); }
H1.HeaderClassName
{
color: #52B0DC;
}
.AnyTagClassName
{
color: #52B0DC;
}
</style>
background-color css
<style>
a { background-color: #52B0DC; }
a { background-color: rgb(82,176,220); }
div.DivClassName
{
background-color: #52B0DC;
}
.BgClassName
{
background-color: #52B0DC;
}
</style>
border-color css
<style>
span { border-color: #52B0DC; }
span { border-color: rgb(82,176,220); }
td.TdClassName
{
border-color: #52B0DC;
}
.TagClassName
{
border-color: #52B0DC;
}
</style>