#055331

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

Shades of British Racing Green #055331

Tints of British Racing Green #055331

Color information

#055331 (or 0x055331) is unknown color: approx British Racing Green. HEX triplet: 05, 53 and 31. RGB value is (5,83,49). Sum of RGB (Red+Green+Blue) = 5+83+49=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #055331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055331 is #FAACCE. Grayscale: #373737. Windows color (decimal): -16428239 or 3232517. OLE color: 3232517.

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

Color convert

RGB58349-
CMYK0.9400.410.67
HSL153.85º88.64%17.25%-
HSV(B)153.85º93.98%32.55%-
XYZ3.716.443.95-
YUV55.8124.1691.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=3.65%
G=60.58%
B=35.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583490.9400.410.67153.8588.6417.25
Hex553315E029439a5911
Octal51236113605110323213121
Binary101101001111000110111100101001100001110011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055331; }

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

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

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

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

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

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

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

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