Shades of British Racing Green #055333
Tints of British Racing Green #055333
RGB
CMYK
RGB Variations
Color information
#055333 (or 0x055333) is known color: British Racing Green. HEX triplet: 05, 53 and 33. RGB value is (5,83,51). Sum of RGB (Red+Green+Blue) = 5+83+51=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #055333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055333 is #FAACCC. Grayscale: #383838. Windows color (decimal): -16428237 or 3363589. OLE color: 3363589.
HSL color Cylindrical-coordinate representation of color #055333: hue angle of 155.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055333 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 51 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.67 |
| HSL | 155.38º | 0.89% | 0.17% | - |
| HSV(B) | 155.38º | 0.94% | 0.33% | - |
| XYZ | 3.75 | 6.46 | 4.18 | - |
| YUV | 56.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 51 | 0.94 | 0 | 0.39 | 0.67 | 155.38 | 0.89 | 0.17 |
| Hex | 5 | 53 | 33 | 5E | 0 | 27 | 43 | 9B | 59 | 11 |
| Octal | 5 | 123 | 63 | 136 | 0 | 47 | 103 | 233 | 131 | 21 |
| Binary | 101 | 1010011 | 110011 | 1011110 | 0 | 100111 | 1000011 | 10011011 | 1011001 | 10001 |
Color Harmonies of #055333
Complementary color
Monochromatic Colors of #055333
Black with #055333
Text Example
Text Example
White with #055333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055333; }
p { color: rgb(5,83,51); }
H1.HeaderClassName
{
color: #055333;
}
.AnyTagClassName
{
color: #055333;
}
</style>
background-color css
<style>
a { background-color: #055333; }
a { background-color: rgb(5,83,51); }
div.DivClassName
{
background-color: #055333;
}
.BgClassName
{
background-color: #055333;
}
</style>
border-color css
<style>
span { border-color: #055333; }
span { border-color: rgb(5,83,51); }
td.TdClassName
{
border-color: #055333;
}
.TagClassName
{
border-color: #055333;
}
</style>