Shades of Paradiso #517B7E
Tints of Paradiso #517B7E
RGB
CMYK
RGB Variations
Color information
#517B7E (or 0x517B7E) is known color: Paradiso. HEX triplet: 51, 7B and 7E. RGB value is (81,123,126). Sum of RGB (Red+Green+Blue) = 81+123+126=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #517B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B7E is #AE8481. Grayscale: #6E6E6E. Windows color (decimal): -11437186 or 8289105. OLE color: 8289105.
HSL color Cylindrical-coordinate representation of color #517B7E: hue angle of 184º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517B7E is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 123 | 126 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.51 |
| HSL | 184º | 0.22% | 0.41% | - |
| HSV(B) | 184º | 0.36% | 0.49% | - |
| XYZ | 14.24 | 17.42 | 22.35 | - |
| YUV | 110.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 126 | 0.36 | 0.02 | 0 | 0.51 | 184 | 0.22 | 0.41 |
| Hex | 51 | 7B | 7E | 24 | 2 | 0 | 33 | B8 | 16 | 29 |
| Octal | 121 | 173 | 176 | 44 | 2 | 0 | 63 | 270 | 26 | 51 |
| Binary | 1010001 | 1111011 | 1111110 | 100100 | 10 | 0 | 110011 | 10111000 | 10110 | 101001 |
Color Harmonies of #517B7E
Complementary color
Monochromatic Colors of #517B7E
Black with #517B7E
Text Example
Text Example
White with #517B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B7E; }
p { color: rgb(81,123,126); }
H1.HeaderClassName
{
color: #517B7E;
}
.AnyTagClassName
{
color: #517B7E;
}
</style>
background-color css
<style>
a { background-color: #517B7E; }
a { background-color: rgb(81,123,126); }
div.DivClassName
{
background-color: #517B7E;
}
.BgClassName
{
background-color: #517B7E;
}
</style>
border-color css
<style>
span { border-color: #517B7E; }
span { border-color: rgb(81,123,126); }
td.TdClassName
{
border-color: #517B7E;
}
.TagClassName
{
border-color: #517B7E;
}
</style>