Shades of Mineral Green #536B5B
Tints of Mineral Green #536B5B
RGB
CMYK
RGB Variations
Color information
#536B5B (or 0x536B5B) is known color: Mineral Green. HEX triplet: 53, 6B and 5B. RGB value is (83,107,91). Sum of RGB (Red+Green+Blue) = 83+107+91=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5B is #AC94A4. Grayscale: #626262. Windows color (decimal): -11310245 or 5991251. OLE color: 5991251.
HSL color Cylindrical-coordinate representation of color #536B5B: hue angle of 140º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B5B is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 107 | 91 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.58 |
| HSL | 140º | 0.13% | 0.37% | - |
| HSV(B) | 140º | 0.22% | 0.42% | - |
| XYZ | 10.71 | 13.11 | 11.86 | - |
| YUV | 98 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 91 | 0.22 | 0 | 0.15 | 0.58 | 140 | 0.13 | 0.37 |
| Hex | 53 | 6B | 5B | 16 | 0 | F | 3A | 8C | D | 25 |
| Octal | 123 | 153 | 133 | 26 | 0 | 17 | 72 | 214 | 15 | 45 |
| Binary | 1010011 | 1101011 | 1011011 | 10110 | 0 | 1111 | 111010 | 10001100 | 1101 | 100101 |
Color Harmonies of #536B5B
Complementary color
Monochromatic Colors of #536B5B
Black with #536B5B
Text Example
Text Example
White with #536B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536B5B; }
p { color: rgb(83,107,91); }
H1.HeaderClassName
{
color: #536B5B;
}
.AnyTagClassName
{
color: #536B5B;
}
</style>
background-color css
<style>
a { background-color: #536B5B; }
a { background-color: rgb(83,107,91); }
div.DivClassName
{
background-color: #536B5B;
}
.BgClassName
{
background-color: #536B5B;
}
</style>
border-color css
<style>
span { border-color: #536B5B; }
span { border-color: rgb(83,107,91); }
td.TdClassName
{
border-color: #536B5B;
}
.TagClassName
{
border-color: #536B5B;
}
</style>