#055327

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

Shades of British Racing Green #055327

Tints of British Racing Green #055327

Color information

#055327 (or 0x055327) is unknown color: approx British Racing Green. HEX triplet: 05, 53 and 27. RGB value is (5,83,39). Sum of RGB (Red+Green+Blue) = 5+83+39=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #055327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055327 is #FAACD8. Grayscale: #363636. Windows color (decimal): -16428249 or 2577157. OLE color: 2577157.

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

Color convert

RGB58339-
CMYK0.9400.530.67
HSL146.15º88.64%17.25%-
HSV(B)146.15º93.98%32.55%-
XYZ3.526.372.96-
YUV54.66119.1692.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 83 (32.81% from 255) = 65.35%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=3.94%
G=65.35%
B=30.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583390.9400.530.67146.1588.6417.25
Hex553275E03543925911
Octal51234713606510322213121
Binary101101001110011110111100110101100001110010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055327; }

 p { color: rgb(5,83,39); }

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

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

 a { background-color: rgb(5,83,39); }

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

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

 span { border-color: rgb(5,83,39); }

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