Shades of Paradiso #527A81
Tints of Paradiso #527A81
RGB
CMYK
RGB Variations
Color information
#527A81 (or 0x527A81) is known color: Paradiso. HEX triplet: 52, 7A and 81. RGB value is (82,122,129). Sum of RGB (Red+Green+Blue) = 82+122+129=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #527A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A81 is #AD857E. Grayscale: #6E6E6E. Windows color (decimal): -11371903 or 8485458. OLE color: 8485458.
HSL color Cylindrical-coordinate representation of color #527A81: hue angle of 188.94º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527A81 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 122 | 129 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.49 |
| HSL | 188.94º | 0.22% | 0.41% | - |
| HSV(B) | 188.94º | 0.36% | 0.51% | - |
| XYZ | 14.4 | 17.3 | 23.35 | - |
| YUV | 110.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 129 | 0.36 | 0.05 | 0 | 0.49 | 188.94 | 0.22 | 0.41 |
| Hex | 52 | 7A | 81 | 24 | 5 | 0 | 31 | BD | 16 | 29 |
| Octal | 122 | 172 | 201 | 44 | 5 | 0 | 61 | 275 | 26 | 51 |
| Binary | 1010010 | 1111010 | 10000001 | 100100 | 101 | 0 | 110001 | 10111101 | 10110 | 101001 |
Color Harmonies of #527A81
Complementary color
Monochromatic Colors of #527A81
Black with #527A81
Text Example
Text Example
White with #527A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A81; }
p { color: rgb(82,122,129); }
H1.HeaderClassName
{
color: #527A81;
}
.AnyTagClassName
{
color: #527A81;
}
</style>
background-color css
<style>
a { background-color: #527A81; }
a { background-color: rgb(82,122,129); }
div.DivClassName
{
background-color: #527A81;
}
.BgClassName
{
background-color: #527A81;
}
</style>
border-color css
<style>
span { border-color: #527A81; }
span { border-color: rgb(82,122,129); }
td.TdClassName
{
border-color: #527A81;
}
.TagClassName
{
border-color: #527A81;
}
</style>