Shades of Patina #5D8A83
Tints of Patina #5D8A83
RGB
CMYK
RGB Variations
Color information
#5D8A83 (or 0x5D8A83) is known color: Patina. HEX triplet: 5D, 8A and 83. RGB value is (93,138,131). Sum of RGB (Red+Green+Blue) = 93+138+131=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8A83 is #A2757C. Grayscale: #7B7B7B. Windows color (decimal): -10646909 or 8620637. OLE color: 8620637.
HSL color Cylindrical-coordinate representation of color #5D8A83: hue angle of 170.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8A83 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 138 | 131 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.46 |
| HSL | 170.67º | 0.19% | 0.45% | - |
| HSV(B) | 170.67º | 0.33% | 0.54% | - |
| XYZ | 17.7 | 22.14 | 24.81 | - |
| YUV | 123.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 138 | 131 | 0.33 | 0 | 0.05 | 0.46 | 170.67 | 0.19 | 0.45 |
| Hex | 5D | 8A | 83 | 21 | 0 | 5 | 2E | AB | 13 | 2D |
| Octal | 135 | 212 | 203 | 41 | 0 | 5 | 56 | 253 | 23 | 55 |
| Binary | 1011101 | 10001010 | 10000011 | 100001 | 0 | 101 | 101110 | 10101011 | 10011 | 101101 |
Color Harmonies of #5D8A83
Complementary color
Monochromatic Colors of #5D8A83
Black with #5D8A83
Text Example
Text Example
White with #5D8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8A83; }
p { color: rgb(93,138,131); }
H1.HeaderClassName
{
color: #5D8A83;
}
.AnyTagClassName
{
color: #5D8A83;
}
</style>
background-color css
<style>
a { background-color: #5D8A83; }
a { background-color: rgb(93,138,131); }
div.DivClassName
{
background-color: #5D8A83;
}
.BgClassName
{
background-color: #5D8A83;
}
</style>
border-color css
<style>
span { border-color: #5D8A83; }
span { border-color: rgb(93,138,131); }
td.TdClassName
{
border-color: #5D8A83;
}
.TagClassName
{
border-color: #5D8A83;
}
</style>