Shades of Paradiso #527E88
Tints of Paradiso #527E88
RGB
CMYK
RGB Variations
Color information
#527E88 (or 0x527E88) is known color: Paradiso. HEX triplet: 52, 7E and 88. RGB value is (82,126,136). Sum of RGB (Red+Green+Blue) = 82+126+136=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #527E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E88 is #AD8177. Grayscale: #717171. Windows color (decimal): -11370872 or 8945234. OLE color: 8945234.
HSL color Cylindrical-coordinate representation of color #527E88: hue angle of 191.11º 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 #527E88 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 126 | 136 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.47 |
| HSL | 191.11º | 0.25% | 0.43% | - |
| HSV(B) | 191.11º | 0.4% | 0.53% | - |
| XYZ | 15.38 | 18.49 | 26.05 | - |
| YUV | 113.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 136 | 0.40 | 0.07 | 0 | 0.47 | 191.11 | 0.25 | 0.43 |
| Hex | 52 | 7E | 88 | 28 | 7 | 0 | 2F | BF | 19 | 2B |
| Octal | 122 | 176 | 210 | 50 | 7 | 0 | 57 | 277 | 31 | 53 |
| Binary | 1010010 | 1111110 | 10001000 | 101000 | 111 | 0 | 101111 | 10111111 | 11001 | 101011 |
Color Harmonies of #527E88
Complementary color
Monochromatic Colors of #527E88
Black with #527E88
Text Example
Text Example
White with #527E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E88; }
p { color: rgb(82,126,136); }
H1.HeaderClassName
{
color: #527E88;
}
.AnyTagClassName
{
color: #527E88;
}
</style>
background-color css
<style>
a { background-color: #527E88; }
a { background-color: rgb(82,126,136); }
div.DivClassName
{
background-color: #527E88;
}
.BgClassName
{
background-color: #527E88;
}
</style>
border-color css
<style>
span { border-color: #527E88; }
span { border-color: rgb(82,126,136); }
td.TdClassName
{
border-color: #527E88;
}
.TagClassName
{
border-color: #527E88;
}
</style>