Shades of Paradiso #527B7F
Tints of Paradiso #527B7F
RGB
CMYK
RGB Variations
Color information
#527B7F (or 0x527B7F) is known color: Paradiso. HEX triplet: 52, 7B and 7F. RGB value is (82,123,127). Sum of RGB (Red+Green+Blue) = 82+123+127=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #527B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B7F is #AD8480. Grayscale: #6F6F6F. Windows color (decimal): -11371649 or 8354642. OLE color: 8354642.
HSL color Cylindrical-coordinate representation of color #527B7F: hue angle of 185.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527B7F is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 123 | 127 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.50 |
| HSL | 185.33º | 0.22% | 0.41% | - |
| HSV(B) | 185.33º | 0.35% | 0.5% | - |
| XYZ | 14.39 | 17.49 | 22.7 | - |
| YUV | 111.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 127 | 0.35 | 0.03 | 0 | 0.50 | 185.33 | 0.22 | 0.41 |
| Hex | 52 | 7B | 7F | 23 | 3 | 0 | 32 | B9 | 16 | 29 |
| Octal | 122 | 173 | 177 | 43 | 3 | 0 | 62 | 271 | 26 | 51 |
| Binary | 1010010 | 1111011 | 1111111 | 100011 | 11 | 0 | 110010 | 10111001 | 10110 | 101001 |
Color Harmonies of #527B7F
Complementary color
Monochromatic Colors of #527B7F
Black with #527B7F
Text Example
Text Example
White with #527B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B7F; }
p { color: rgb(82,123,127); }
H1.HeaderClassName
{
color: #527B7F;
}
.AnyTagClassName
{
color: #527B7F;
}
</style>
background-color css
<style>
a { background-color: #527B7F; }
a { background-color: rgb(82,123,127); }
div.DivClassName
{
background-color: #527B7F;
}
.BgClassName
{
background-color: #527B7F;
}
</style>
border-color css
<style>
span { border-color: #527B7F; }
span { border-color: rgb(82,123,127); }
td.TdClassName
{
border-color: #527B7F;
}
.TagClassName
{
border-color: #527B7F;
}
</style>