Shades of Malibu #52B0DF
Tints of Malibu #52B0DF
RGB
CMYK
RGB Variations
Color information
#52B0DF (or 0x52B0DF) is known color: Malibu. HEX triplet: 52, B0 and DF. RGB value is (82,176,223). Sum of RGB (Red+Green+Blue) = 82+176+223=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #52B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0DF is #AD4F20. Grayscale: #989898. Windows color (decimal): -11357985 or 14659666. OLE color: 14659666.
HSL color Cylindrical-coordinate representation of color #52B0DF: hue angle of 200º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52B0DF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 176 | 223 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.13 |
| HSL | 200º | 0.69% | 0.6% | - |
| HSV(B) | 200º | 0.63% | 0.87% | - |
| XYZ | 32.32 | 38.17 | 75.48 | - |
| YUV | 153.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 223 | 0.63 | 0.21 | 0 | 0.13 | 200 | 0.69 | 0.6 |
| Hex | 52 | B0 | DF | 3F | 15 | 0 | D | C8 | 45 | 3C |
| Octal | 122 | 260 | 337 | 77 | 25 | 0 | 15 | 310 | 105 | 74 |
| Binary | 1010010 | 10110000 | 11011111 | 111111 | 10101 | 0 | 1101 | 11001000 | 1000101 | 111100 |
Color Harmonies of #52B0DF
Complementary color
Monochromatic Colors of #52B0DF
Black with #52B0DF
Text Example
Text Example
White with #52B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0DF; }
p { color: rgb(82,176,223); }
H1.HeaderClassName
{
color: #52B0DF;
}
.AnyTagClassName
{
color: #52B0DF;
}
</style>
background-color css
<style>
a { background-color: #52B0DF; }
a { background-color: rgb(82,176,223); }
div.DivClassName
{
background-color: #52B0DF;
}
.BgClassName
{
background-color: #52B0DF;
}
</style>
border-color css
<style>
span { border-color: #52B0DF; }
span { border-color: rgb(82,176,223); }
td.TdClassName
{
border-color: #52B0DF;
}
.TagClassName
{
border-color: #52B0DF;
}
</style>