Html Css Color HEX #053214 Deep Fir

📋 copy color: '#053214'

red 5 ◦ green 50 ◦ blue 20

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

Shades of Deep Fir #053214

Tints of Deep Fir #053214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 66.67%

 BLUE value IS 20 (8.2% from 255) = 26.67%

R = 6.67%
G = 66.67%
B = 26.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#053214 (or 0x053214) is known color: Deep Fir. HEX triplet: 05, 32 and 14. RGB value is (5,50,20). Sum of RGB (Red+Green+Blue) = 5+50+20=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #053214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053214 is #FACDEB. Grayscale: #212121. Windows color (decimal): -16436716 or 1323525. OLE color: 1323525.

HSL color Cylindrical-coordinate representation of color #053214: hue angle of 140º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053214 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 20 -
CMYK 0.90 0 0.60 0.80
HSL 140º 0.82% 0.11% -
HSV(B) 140º 0.9% 0.2% -
XYZ 1.33 2.36 1.05 -
YUV 33.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 5 50 20 0.90 0 0.60 0.80 140 0.82 0.11
Hex 5 32 14 5A 0 3C 50 8C 52 B
Octal 5 62 24 132 0 74 120 214 122 13
Binary 101 110010 10100 1011010 0 111100 1010000 10001100 1010010 1011

Color Harmonies of #053214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053214

Black with #053214

Text Example


Text Example

White with #053214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053214; }

 p { color: rgb(5,50,20); }

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

background-color css

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

 a { background-color: rgb(5,50,20); }

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

border-color css

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

 span { border-color: rgb(5,50,20); }

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