Shades of Malibu #52AFDC
Tints of Malibu #52AFDC
RGB
CMYK
RGB Variations
Color information
#52AFDC (or 0x52AFDC) is known color: Malibu. HEX triplet: 52, AF and DC. RGB value is (82,175,220). Sum of RGB (Red+Green+Blue) = 82+175+220=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #52AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFDC is #AD5023. Grayscale: #989898. Windows color (decimal): -11358244 or 14462802. OLE color: 14462802.
HSL color Cylindrical-coordinate representation of color #52AFDC: hue angle of 199.57º 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 #52AFDC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 175 | 220 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.14 |
| HSL | 199.57º | 0.66% | 0.59% | - |
| HSV(B) | 199.57º | 0.63% | 0.86% | - |
| XYZ | 31.73 | 37.62 | 73.3 | - |
| YUV | 152.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 220 | 0.63 | 0.20 | 0 | 0.14 | 199.57 | 0.66 | 0.59 |
| Hex | 52 | AF | DC | 3F | 14 | 0 | E | C8 | 42 | 3B |
| Octal | 122 | 257 | 334 | 77 | 24 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010010 | 10101111 | 11011100 | 111111 | 10100 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #52AFDC
Complementary color
Monochromatic Colors of #52AFDC
Black with #52AFDC
Text Example
Text Example
White with #52AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFDC; }
p { color: rgb(82,175,220); }
H1.HeaderClassName
{
color: #52AFDC;
}
.AnyTagClassName
{
color: #52AFDC;
}
</style>
background-color css
<style>
a { background-color: #52AFDC; }
a { background-color: rgb(82,175,220); }
div.DivClassName
{
background-color: #52AFDC;
}
.BgClassName
{
background-color: #52AFDC;
}
</style>
border-color css
<style>
span { border-color: #52AFDC; }
span { border-color: rgb(82,175,220); }
td.TdClassName
{
border-color: #52AFDC;
}
.TagClassName
{
border-color: #52AFDC;
}
</style>