Shades of Paradiso #507A83
Tints of Paradiso #507A83
RGB
CMYK
RGB Variations
Color information
#507A83 (or 0x507A83) is known color: Paradiso. HEX triplet: 50, 7A and 83. RGB value is (80,122,131). Sum of RGB (Red+Green+Blue) = 80+122+131=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #507A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A83 is #AF857C. Grayscale: #6E6E6E. Windows color (decimal): -11502973 or 8616528. OLE color: 8616528.
HSL color Cylindrical-coordinate representation of color #507A83: hue angle of 190.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507A83 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 122 | 131 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.49 |
| HSL | 190.59º | 0.24% | 0.41% | - |
| HSV(B) | 190.59º | 0.39% | 0.51% | - |
| XYZ | 14.36 | 17.26 | 24.05 | - |
| YUV | 110.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 131 | 0.39 | 0.07 | 0 | 0.49 | 190.59 | 0.24 | 0.41 |
| Hex | 50 | 7A | 83 | 27 | 7 | 0 | 31 | BF | 18 | 29 |
| Octal | 120 | 172 | 203 | 47 | 7 | 0 | 61 | 277 | 30 | 51 |
| Binary | 1010000 | 1111010 | 10000011 | 100111 | 111 | 0 | 110001 | 10111111 | 11000 | 101001 |
Color Harmonies of #507A83
Complementary color
Monochromatic Colors of #507A83
Black with #507A83
Text Example
Text Example
White with #507A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A83; }
p { color: rgb(80,122,131); }
H1.HeaderClassName
{
color: #507A83;
}
.AnyTagClassName
{
color: #507A83;
}
</style>
background-color css
<style>
a { background-color: #507A83; }
a { background-color: rgb(80,122,131); }
div.DivClassName
{
background-color: #507A83;
}
.BgClassName
{
background-color: #507A83;
}
</style>
border-color css
<style>
span { border-color: #507A83; }
span { border-color: rgb(80,122,131); }
td.TdClassName
{
border-color: #507A83;
}
.TagClassName
{
border-color: #507A83;
}
</style>