Shades of British Racing Green #05501B
Tints of British Racing Green #05501B
RGB
CMYK
RGB Variations
Color information
#05501B (or 0x05501B) is known color: British Racing Green. HEX triplet: 05, 50 and 1B. RGB value is (5,80,27). Sum of RGB (Red+Green+Blue) = 5+80+27=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #05501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501B is #FAAFE4. Grayscale: #333333. Windows color (decimal): -16429029 or 1789957. OLE color: 1789957.
HSL color Cylindrical-coordinate representation of color #05501B: hue angle of 137.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501B is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 27 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.69 |
| HSL | 137.6º | 0.88% | 0.17% | - |
| HSV(B) | 137.6º | 0.94% | 0.31% | - |
| XYZ | 3.13 | 5.85 | 2 | - |
| YUV | 51.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 27 | 0.94 | 0 | 0.66 | 0.69 | 137.6 | 0.88 | 0.17 |
| Hex | 5 | 50 | 1B | 5E | 0 | 42 | 45 | 8A | 58 | 11 |
| Octal | 5 | 120 | 33 | 136 | 0 | 102 | 105 | 212 | 130 | 21 |
| Binary | 101 | 1010000 | 11011 | 1011110 | 0 | 1000010 | 1000101 | 10001010 | 1011000 | 10001 |
Color Harmonies of #05501B
Complementary color
Monochromatic Colors of #05501B
Black with #05501B
Text Example
Text Example
White with #05501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05501B; }
p { color: rgb(5,80,27); }
H1.HeaderClassName
{
color: #05501B;
}
.AnyTagClassName
{
color: #05501B;
}
</style>
background-color css
<style>
a { background-color: #05501B; }
a { background-color: rgb(5,80,27); }
div.DivClassName
{
background-color: #05501B;
}
.BgClassName
{
background-color: #05501B;
}
</style>
border-color css
<style>
span { border-color: #05501B; }
span { border-color: rgb(5,80,27); }
td.TdClassName
{
border-color: #05501B;
}
.TagClassName
{
border-color: #05501B;
}
</style>