#05511B

Color #05511B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #05511B

Tints of British Racing Green #05511B

Color information

#05511B (or 0x05511B) is unknown color: approx British Racing Green. HEX triplet: 05, 51 and 1B. RGB value is (5,81,27). Sum of RGB (Red+Green+Blue) = 5+81+27=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #05511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05511B is #FAAEE4. Grayscale: #343434. Windows color (decimal): -16428773 or 1790213. OLE color: 1790213.

HSL color Cylindrical-coordinate representation of color #05511B: hue angle of 137.37º 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 #05511B is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB58127-
CMYK0.9400.670.68
HSL137.37º88.37%16.86%-
HSV(B)137.37º93.83%31.76%-
XYZ3.262.03-
YUV52.12113.8294.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 81 (32.03% from 255) = 71.68%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=4.42%
G=71.68%
B=23.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581270.9400.670.68137.3788.3716.86
Hex5511B5E04344895811
Octal512133136010310421113021
Binary101101000111011101111001000011100010010001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05511B; }

 p { color: rgb(5,81,27); }

 H1.HeaderClassName
 {
   color: #05511B;
 }
 .AnyTagClassName
 {
   color: #05511B;
 }
</style>
background-color css

<style>
 a { background-color: #05511B; }

 a { background-color: rgb(5,81,27); }

 div.DivClassName
 {
   background-color: #05511B;
 }
 .BgClassName
 {
   background-color: #05511B;
 }
</style>
border-color css

<style>
 span { border-color: #05511B; }

 span { border-color: rgb(5,81,27); }

 td.TdClassName
 {
   border-color: #05511B;
 }
 .TagClassName
 {
   border-color: #05511B;
 }
</style>