Shades of Padua #83B593
Tints of Padua #83B593
RGB
CMYK
RGB Variations
Color information
#83B593 (or 0x83B593) is known color: Padua. HEX triplet: 83, B5 and 93. RGB value is (131,181,147). Sum of RGB (Red+Green+Blue) = 131+181+147=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #83B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B593 is #7C4A6C. Grayscale: #A2A2A2. Windows color (decimal): -8145517 or 9680259. OLE color: 9680259.
HSL color Cylindrical-coordinate representation of color #83B593: hue angle of 139.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B593 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 147 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.29 |
| HSL | 139.2º | 0.25% | 0.61% | - |
| HSV(B) | 139.2º | 0.28% | 0.71% | - |
| XYZ | 31.15 | 39.98 | 33.68 | - |
| YUV | 162.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 147 | 0.28 | 0 | 0.19 | 0.29 | 139.2 | 0.25 | 0.61 |
| Hex | 83 | B5 | 93 | 1C | 0 | 13 | 1D | 8B | 19 | 3D |
| Octal | 203 | 265 | 223 | 34 | 0 | 23 | 35 | 213 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10010011 | 11100 | 0 | 10011 | 11101 | 10001011 | 11001 | 111101 |
Color Harmonies of #83B593
Complementary color
Monochromatic Colors of #83B593
Black with #83B593
Text Example
Text Example
White with #83B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B593; }
p { color: rgb(131,181,147); }
H1.HeaderClassName
{
color: #83B593;
}
.AnyTagClassName
{
color: #83B593;
}
</style>
background-color css
<style>
a { background-color: #83B593; }
a { background-color: rgb(131,181,147); }
div.DivClassName
{
background-color: #83B593;
}
.BgClassName
{
background-color: #83B593;
}
</style>
border-color css
<style>
span { border-color: #83B593; }
span { border-color: rgb(131,181,147); }
td.TdClassName
{
border-color: #83B593;
}
.TagClassName
{
border-color: #83B593;
}
</style>