Shades of Paradiso #537C87
Tints of Paradiso #537C87
RGB
CMYK
RGB Variations
Color information
#537C87 (or 0x537C87) is known color: Paradiso. HEX triplet: 53, 7C and 87. RGB value is (83,124,135). Sum of RGB (Red+Green+Blue) = 83+124+135=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #537C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C87 is #AC8378. Grayscale: #707070. Windows color (decimal): -11305849 or 8879187. OLE color: 8879187.
HSL color Cylindrical-coordinate representation of color #537C87: hue angle of 192.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537C87 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 124 | 135 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.47 |
| HSL | 192.69º | 0.24% | 0.43% | - |
| HSV(B) | 192.69º | 0.39% | 0.53% | - |
| XYZ | 15.15 | 18 | 25.6 | - |
| YUV | 113 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 135 | 0.39 | 0.08 | 0 | 0.47 | 192.69 | 0.24 | 0.43 |
| Hex | 53 | 7C | 87 | 27 | 8 | 0 | 2F | C1 | 18 | 2B |
| Octal | 123 | 174 | 207 | 47 | 10 | 0 | 57 | 301 | 30 | 53 |
| Binary | 1010011 | 1111100 | 10000111 | 100111 | 1000 | 0 | 101111 | 11000001 | 11000 | 101011 |
Color Harmonies of #537C87
Complementary color
Monochromatic Colors of #537C87
Black with #537C87
Text Example
Text Example
White with #537C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C87; }
p { color: rgb(83,124,135); }
H1.HeaderClassName
{
color: #537C87;
}
.AnyTagClassName
{
color: #537C87;
}
</style>
background-color css
<style>
a { background-color: #537C87; }
a { background-color: rgb(83,124,135); }
div.DivClassName
{
background-color: #537C87;
}
.BgClassName
{
background-color: #537C87;
}
</style>
border-color css
<style>
span { border-color: #537C87; }
span { border-color: rgb(83,124,135); }
td.TdClassName
{
border-color: #537C87;
}
.TagClassName
{
border-color: #537C87;
}
</style>