Shades of Paradiso #52767C
Tints of Paradiso #52767C
RGB
CMYK
RGB Variations
Color information
#52767C (or 0x52767C) is known color: Paradiso. HEX triplet: 52, 76 and 7C. RGB value is (82,118,124). Sum of RGB (Red+Green+Blue) = 82+118+124=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #52767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52767C is #AD8983. Grayscale: #6B6B6B. Windows color (decimal): -11372932 or 8156754. OLE color: 8156754.
HSL color Cylindrical-coordinate representation of color #52767C: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52767C is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 118 | 124 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.51 |
| HSL | 188.57º | 0.2% | 0.4% | - |
| HSV(B) | 188.57º | 0.34% | 0.49% | - |
| XYZ | 13.6 | 16.21 | 21.48 | - |
| YUV | 107.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 124 | 0.34 | 0.05 | 0 | 0.51 | 188.57 | 0.2 | 0.4 |
| Hex | 52 | 76 | 7C | 22 | 5 | 0 | 33 | BD | 14 | 28 |
| Octal | 122 | 166 | 174 | 42 | 5 | 0 | 63 | 275 | 24 | 50 |
| Binary | 1010010 | 1110110 | 1111100 | 100010 | 101 | 0 | 110011 | 10111101 | 10100 | 101000 |
Color Harmonies of #52767C
Complementary color
Monochromatic Colors of #52767C
Black with #52767C
Text Example
Text Example
White with #52767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52767C; }
p { color: rgb(82,118,124); }
H1.HeaderClassName
{
color: #52767C;
}
.AnyTagClassName
{
color: #52767C;
}
</style>
background-color css
<style>
a { background-color: #52767C; }
a { background-color: rgb(82,118,124); }
div.DivClassName
{
background-color: #52767C;
}
.BgClassName
{
background-color: #52767C;
}
</style>
border-color css
<style>
span { border-color: #52767C; }
span { border-color: rgb(82,118,124); }
td.TdClassName
{
border-color: #52767C;
}
.TagClassName
{
border-color: #52767C;
}
</style>