Html Css Color HEX #05502B British Racing Green

📋 copy color: '#05502B'

red 5 ◦ green 80 ◦ blue 43

#05502B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #05502B

Tints of British Racing Green #05502B

RGB

 RED value IS 5 (2.34% from 255) = 3.91%

 GREEN value IS 80 (31.64% from 255) = 62.5%

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 3.91%
G = 62.5%
B = 33.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#05502B (or 0x05502B) is known color: British Racing Green. HEX triplet: 05, 50 and 2B. RGB value is (5,80,43). Sum of RGB (Red+Green+Blue) = 5+80+43=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #05502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05502B is #FAAFD4. Grayscale: #353535. Windows color (decimal): -16429013 or 2838533. OLE color: 2838533.

HSL color Cylindrical-coordinate representation of color #05502B: hue angle of 150.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05502B is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 43 -
CMYK 0.94 0 0.46 0.69
HSL 150.4º 0.88% 0.17% -
HSV(B) 150.4º 0.94% 0.31% -
XYZ 3.37 5.94 3.26 -
YUV 53.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 5 80 43 0.94 0 0.46 0.69 150.4 0.88 0.17
Hex 5 50 2B 5E 0 2E 45 96 58 11
Octal 5 120 53 136 0 56 105 226 130 21
Binary 101 1010000 101011 1011110 0 101110 1000101 10010110 1011000 10001

Color Harmonies of #05502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05502B

Black with #05502B

Text Example


Text Example

White with #05502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,80,43); }

 H1.HeaderClassName
 {
   color: #05502B;
 }
 .AnyTagClassName
 {
   color: #05502B;
 }
</style>

background-color css

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

 a { background-color: rgb(5,80,43); }

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

border-color css

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

 span { border-color: rgb(5,80,43); }

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