Shades of Paradiso #527B81
Tints of Paradiso #527B81
RGB
CMYK
RGB Variations
Color information
#527B81 (or 0x527B81) is known color: Paradiso. HEX triplet: 52, 7B and 81. RGB value is (82,123,129). Sum of RGB (Red+Green+Blue) = 82+123+129=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 129 - color contains mainly: blue. Hex color #527B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B81 is #AD847E. Grayscale: #6F6F6F. Windows color (decimal): -11371647 or 8485714. OLE color: 8485714.
HSL color Cylindrical-coordinate representation of color #527B81: hue angle of 187.66º 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 #527B81 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 123 | 129 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.49 |
| HSL | 187.66º | 0.22% | 0.41% | - |
| HSV(B) | 187.66º | 0.36% | 0.51% | - |
| XYZ | 14.53 | 17.54 | 23.39 | - |
| YUV | 111.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 129 | 0.36 | 0.05 | 0 | 0.49 | 187.66 | 0.22 | 0.41 |
| Hex | 52 | 7B | 81 | 24 | 5 | 0 | 31 | BC | 16 | 29 |
| Octal | 122 | 173 | 201 | 44 | 5 | 0 | 61 | 274 | 26 | 51 |
| Binary | 1010010 | 1111011 | 10000001 | 100100 | 101 | 0 | 110001 | 10111100 | 10110 | 101001 |
Color Harmonies of #527B81
Complementary color
Monochromatic Colors of #527B81
Black with #527B81
Text Example
Text Example
White with #527B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B81; }
p { color: rgb(82,123,129); }
H1.HeaderClassName
{
color: #527B81;
}
.AnyTagClassName
{
color: #527B81;
}
</style>
background-color css
<style>
a { background-color: #527B81; }
a { background-color: rgb(82,123,129); }
div.DivClassName
{
background-color: #527B81;
}
.BgClassName
{
background-color: #527B81;
}
</style>
border-color css
<style>
span { border-color: #527B81; }
span { border-color: rgb(82,123,129); }
td.TdClassName
{
border-color: #527B81;
}
.TagClassName
{
border-color: #527B81;
}
</style>