Html Css Color HEX #05521B British Racing Green

📋 copy color: '#05521B'

red 5 ◦ green 82 ◦ blue 27

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

Shades of British Racing Green #05521B

Tints of British Racing Green #05521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 71.93%

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 4.39%
G = 71.93%
B = 23.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#05521B (or 0x05521B) is known color: British Racing Green. HEX triplet: 05, 52 and 1B. RGB value is (5,82,27). Sum of RGB (Red+Green+Blue) = 5+82+27=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #05521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05521B is #FAADE4. Grayscale: #343434. Windows color (decimal): -16428517 or 1790469. OLE color: 1790469.

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

Color convert

RGB 5 82 27 -
CMYK 0.94 0 0.67 0.68
HSL 137.14º 0.89% 0.17% -
HSV(B) 137.14º 0.94% 0.32% -
XYZ 3.28 6.15 2.05 -
YUV 52.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 5 82 27 0.94 0 0.67 0.68 137.14 0.89 0.17
Hex 5 52 1B 5E 0 43 44 89 59 11
Octal 5 122 33 136 0 103 104 211 131 21
Binary 101 1010010 11011 1011110 0 1000011 1000100 10001001 1011001 10001

Color Harmonies of #05521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05521B

Black with #05521B

Text Example


Text Example

White with #05521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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