#053A1A

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

Shades of British Racing Green #053A1A

Tints of British Racing Green #053A1A

Color information

#053A1A (or 0x053A1A) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 1A. RGB value is (5,58,26). Sum of RGB (Red+Green+Blue) = 5+58+26=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1A is #FAC5E5. Grayscale: #262626. Windows color (decimal): -16434662 or 1718789. OLE color: 1718789.

HSL color Cylindrical-coordinate representation of color #053A1A: hue angle of 143.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A1A is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB55826-
CMYK0.9100.550.77
HSL143.77º84.13%12.35%-
HSV(B)143.77º91.38%22.75%-
XYZ1.763.131.49-
YUV38.5120.94104.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=5.62%
G=65.17%
B=29.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558260.9100.550.77143.7784.1312.35
Hex53A1A5B0374D9054c
Octal5723213306711522012414
Binary101111010110101011011011011110011011001000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A1A; }

 p { color: rgb(5,58,26); }

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

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

 a { background-color: rgb(5,58,26); }

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

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

 span { border-color: rgb(5,58,26); }

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