Shades of British Racing Green #055223
Tints of British Racing Green #055223
RGB
CMYK
RGB Variations
Color information
#055223 (or 0x055223) is known color: British Racing Green. HEX triplet: 05, 52 and 23. RGB value is (5,82,35). Sum of RGB (Red+Green+Blue) = 5+82+35=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #055223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055223 is #FAADDC. Grayscale: #353535. Windows color (decimal): -16428509 or 2314757. OLE color: 2314757.
HSL color Cylindrical-coordinate representation of color #055223: hue angle of 143.38º degrees, saturation: 0.89, 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 #055223 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 35 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.68 |
| HSL | 143.38º | 0.89% | 0.17% | - |
| HSV(B) | 143.38º | 0.94% | 0.32% | - |
| XYZ | 3.38 | 6.19 | 2.61 | - |
| YUV | 53.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 35 | 0.94 | 0 | 0.57 | 0.68 | 143.38 | 0.89 | 0.17 |
| Hex | 5 | 52 | 23 | 5E | 0 | 39 | 44 | 8F | 59 | 11 |
| Octal | 5 | 122 | 43 | 136 | 0 | 71 | 104 | 217 | 131 | 21 |
| Binary | 101 | 1010010 | 100011 | 1011110 | 0 | 111001 | 1000100 | 10001111 | 1011001 | 10001 |
Color Harmonies of #055223
Complementary color
Monochromatic Colors of #055223
Black with #055223
Text Example
Text Example
White with #055223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055223; }
p { color: rgb(5,82,35); }
H1.HeaderClassName
{
color: #055223;
}
.AnyTagClassName
{
color: #055223;
}
</style>
background-color css
<style>
a { background-color: #055223; }
a { background-color: rgb(5,82,35); }
div.DivClassName
{
background-color: #055223;
}
.BgClassName
{
background-color: #055223;
}
</style>
border-color css
<style>
span { border-color: #055223; }
span { border-color: rgb(5,82,35); }
td.TdClassName
{
border-color: #055223;
}
.TagClassName
{
border-color: #055223;
}
</style>