Shades of Paradiso #527D88
Tints of Paradiso #527D88
RGB
CMYK
RGB Variations
Color information
#527D88 (or 0x527D88) is known color: Paradiso. HEX triplet: 52, 7D and 88. RGB value is (82,125,136). Sum of RGB (Red+Green+Blue) = 82+125+136=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #527D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D88 is #AD8277. Grayscale: #717171. Windows color (decimal): -11371128 or 8944978. OLE color: 8944978.
HSL color Cylindrical-coordinate representation of color #527D88: hue angle of 192.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527D88 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 125 | 136 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.47 |
| HSL | 192.22º | 0.25% | 0.43% | - |
| HSV(B) | 192.22º | 0.4% | 0.53% | - |
| XYZ | 15.26 | 18.24 | 26.01 | - |
| YUV | 113.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 136 | 0.40 | 0.08 | 0 | 0.47 | 192.22 | 0.25 | 0.43 |
| Hex | 52 | 7D | 88 | 28 | 8 | 0 | 2F | C0 | 19 | 2B |
| Octal | 122 | 175 | 210 | 50 | 10 | 0 | 57 | 300 | 31 | 53 |
| Binary | 1010010 | 1111101 | 10001000 | 101000 | 1000 | 0 | 101111 | 11000000 | 11001 | 101011 |
Color Harmonies of #527D88
Complementary color
Monochromatic Colors of #527D88
Black with #527D88
Text Example
Text Example
White with #527D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D88; }
p { color: rgb(82,125,136); }
H1.HeaderClassName
{
color: #527D88;
}
.AnyTagClassName
{
color: #527D88;
}
</style>
background-color css
<style>
a { background-color: #527D88; }
a { background-color: rgb(82,125,136); }
div.DivClassName
{
background-color: #527D88;
}
.BgClassName
{
background-color: #527D88;
}
</style>
border-color css
<style>
span { border-color: #527D88; }
span { border-color: rgb(82,125,136); }
td.TdClassName
{
border-color: #527D88;
}
.TagClassName
{
border-color: #527D88;
}
</style>