Shades of Patina #5B8C7D
Tints of Patina #5B8C7D
RGB
CMYK
RGB Variations
Color information
#5B8C7D (or 0x5B8C7D) is known color: Patina. HEX triplet: 5B, 8C and 7D. RGB value is (91,140,125). Sum of RGB (Red+Green+Blue) = 91+140+125=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #5B8C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8C7D is #A47382. Grayscale: #7B7B7B. Windows color (decimal): -10777475 or 8227931. OLE color: 8227931.
HSL color Cylindrical-coordinate representation of color #5B8C7D: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8C7D is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 140 | 125 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.45 |
| HSL | 161.63º | 0.21% | 0.45% | - |
| HSV(B) | 161.63º | 0.35% | 0.55% | - |
| XYZ | 17.39 | 22.46 | 22.82 | - |
| YUV | 123.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 125 | 0.35 | 0 | 0.11 | 0.45 | 161.63 | 0.21 | 0.45 |
| Hex | 5B | 8C | 7D | 23 | 0 | B | 2D | A2 | 15 | 2D |
| Octal | 133 | 214 | 175 | 43 | 0 | 13 | 55 | 242 | 25 | 55 |
| Binary | 1011011 | 10001100 | 1111101 | 100011 | 0 | 1011 | 101101 | 10100010 | 10101 | 101101 |
Color Harmonies of #5B8C7D
Complementary color
Monochromatic Colors of #5B8C7D
Black with #5B8C7D
Text Example
Text Example
White with #5B8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8C7D; }
p { color: rgb(91,140,125); }
H1.HeaderClassName
{
color: #5B8C7D;
}
.AnyTagClassName
{
color: #5B8C7D;
}
</style>
background-color css
<style>
a { background-color: #5B8C7D; }
a { background-color: rgb(91,140,125); }
div.DivClassName
{
background-color: #5B8C7D;
}
.BgClassName
{
background-color: #5B8C7D;
}
</style>
border-color css
<style>
span { border-color: #5B8C7D; }
span { border-color: rgb(91,140,125); }
td.TdClassName
{
border-color: #5B8C7D;
}
.TagClassName
{
border-color: #5B8C7D;
}
</style>