Shades of Malibu #52B1DB
Tints of Malibu #52B1DB
RGB
CMYK
RGB Variations
Color information
#52B1DB (or 0x52B1DB) is known color: Malibu. HEX triplet: 52, B1 and DB. RGB value is (82,177,219). Sum of RGB (Red+Green+Blue) = 82+177+219=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #52B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1DB is #AD4E24. Grayscale: #999999. Windows color (decimal): -11357733 or 14397778. OLE color: 14397778.
HSL color Cylindrical-coordinate representation of color #52B1DB: hue angle of 198.39º 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 #52B1DB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 177 | 219 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.14 |
| HSL | 198.39º | 0.66% | 0.59% | - |
| HSV(B) | 198.39º | 0.63% | 0.86% | - |
| XYZ | 31.99 | 38.35 | 72.73 | - |
| YUV | 153.38 | 165.03 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 219 | 0.63 | 0.19 | 0 | 0.14 | 198.39 | 0.66 | 0.59 |
| Hex | 52 | B1 | DB | 3F | 13 | 0 | E | C6 | 42 | 3B |
| Octal | 122 | 261 | 333 | 77 | 23 | 0 | 16 | 306 | 102 | 73 |
| Binary | 1010010 | 10110001 | 11011011 | 111111 | 10011 | 0 | 1110 | 11000110 | 1000010 | 111011 |
Color Harmonies of #52B1DB
Complementary color
Monochromatic Colors of #52B1DB
Black with #52B1DB
Text Example
Text Example
White with #52B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B1DB; }
p { color: rgb(82,177,219); }
H1.HeaderClassName
{
color: #52B1DB;
}
.AnyTagClassName
{
color: #52B1DB;
}
</style>
background-color css
<style>
a { background-color: #52B1DB; }
a { background-color: rgb(82,177,219); }
div.DivClassName
{
background-color: #52B1DB;
}
.BgClassName
{
background-color: #52B1DB;
}
</style>
border-color css
<style>
span { border-color: #52B1DB; }
span { border-color: rgb(82,177,219); }
td.TdClassName
{
border-color: #52B1DB;
}
.TagClassName
{
border-color: #52B1DB;
}
</style>