Shades of British Racing Green #055133
Tints of British Racing Green #055133
RGB
CMYK
RGB Variations
Color information
#055133 (or 0x055133) is known color: British Racing Green. HEX triplet: 05, 51 and 33. RGB value is (5,81,51). Sum of RGB (Red+Green+Blue) = 5+81+51=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #055133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055133 is #FAAECC. Grayscale: #363636. Windows color (decimal): -16428749 or 3363077. OLE color: 3363077.
HSL color Cylindrical-coordinate representation of color #055133: hue angle of 156.32º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055133 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 51 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.68 |
| HSL | 156.32º | 0.88% | 0.17% | - |
| HSV(B) | 156.32º | 0.94% | 0.32% | - |
| XYZ | 3.6 | 6.16 | 4.13 | - |
| YUV | 54.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 51 | 0.94 | 0 | 0.37 | 0.68 | 156.32 | 0.88 | 0.17 |
| Hex | 5 | 51 | 33 | 5E | 0 | 25 | 44 | 9C | 58 | 11 |
| Octal | 5 | 121 | 63 | 136 | 0 | 45 | 104 | 234 | 130 | 21 |
| Binary | 101 | 1010001 | 110011 | 1011110 | 0 | 100101 | 1000100 | 10011100 | 1011000 | 10001 |
Color Harmonies of #055133
Complementary color
Monochromatic Colors of #055133
Black with #055133
Text Example
Text Example
White with #055133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055133; }
p { color: rgb(5,81,51); }
H1.HeaderClassName
{
color: #055133;
}
.AnyTagClassName
{
color: #055133;
}
</style>
background-color css
<style>
a { background-color: #055133; }
a { background-color: rgb(5,81,51); }
div.DivClassName
{
background-color: #055133;
}
.BgClassName
{
background-color: #055133;
}
</style>
border-color css
<style>
span { border-color: #055133; }
span { border-color: rgb(5,81,51); }
td.TdClassName
{
border-color: #055133;
}
.TagClassName
{
border-color: #055133;
}
</style>