Shades of Oxley #57906B
Tints of Oxley #57906B
RGB
CMYK
RGB Variations
Color information
#57906B (or 0x57906B) is known color: Oxley. HEX triplet: 57, 90 and 6B. RGB value is (87,144,107). Sum of RGB (Red+Green+Blue) = 87+144+107=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #57906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57906B is #A86F94. Grayscale: #7A7A7A. Windows color (decimal): -11038613 or 7049303. OLE color: 7049303.
HSL color Cylindrical-coordinate representation of color #57906B: hue angle of 141.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57906B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 144 | 107 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.44 |
| HSL | 141.05º | 0.25% | 0.45% | - |
| HSV(B) | 141.05º | 0.4% | 0.56% | - |
| XYZ | 16.56 | 23.03 | 17.48 | - |
| YUV | 122.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 107 | 0.40 | 0 | 0.26 | 0.44 | 141.05 | 0.25 | 0.45 |
| Hex | 57 | 90 | 6B | 28 | 0 | 1A | 2C | 8D | 19 | 2D |
| Octal | 127 | 220 | 153 | 50 | 0 | 32 | 54 | 215 | 31 | 55 |
| Binary | 1010111 | 10010000 | 1101011 | 101000 | 0 | 11010 | 101100 | 10001101 | 11001 | 101101 |
Color Harmonies of #57906B
Complementary color
Monochromatic Colors of #57906B
Black with #57906B
Text Example
Text Example
White with #57906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57906B; }
p { color: rgb(87,144,107); }
H1.HeaderClassName
{
color: #57906B;
}
.AnyTagClassName
{
color: #57906B;
}
</style>
background-color css
<style>
a { background-color: #57906B; }
a { background-color: rgb(87,144,107); }
div.DivClassName
{
background-color: #57906B;
}
.BgClassName
{
background-color: #57906B;
}
</style>
border-color css
<style>
span { border-color: #57906B; }
span { border-color: rgb(87,144,107); }
td.TdClassName
{
border-color: #57906B;
}
.TagClassName
{
border-color: #57906B;
}
</style>