Html Css Color HEX #053213 Deep Fir

📋 copy color: '#053213'

red 5 ◦ green 50 ◦ blue 19

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

Shades of Deep Fir #053213

Tints of Deep Fir #053213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 6.76%
G = 67.57%
B = 25.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#053213 (or 0x053213) is known color: Deep Fir. HEX triplet: 05, 32 and 13. RGB value is (5,50,19). Sum of RGB (Red+Green+Blue) = 5+50+19=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #053213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053213 is #FACDEC. Grayscale: #212121. Windows color (decimal): -16436717 or 1257989. OLE color: 1257989.

HSL color Cylindrical-coordinate representation of color #053213: hue angle of 138.67º 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 #053213 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 19 -
CMYK 0.90 0 0.62 0.80
HSL 138.67º 0.82% 0.11% -
HSV(B) 138.67º 0.9% 0.2% -
XYZ 1.32 2.36 1 -
YUV 33.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 5 50 19 0.90 0 0.62 0.80 138.67 0.82 0.11
Hex 5 32 13 5A 0 3E 50 8B 52 B
Octal 5 62 23 132 0 76 120 213 122 13
Binary 101 110010 10011 1011010 0 111110 1010000 10001011 1010010 1011

Color Harmonies of #053213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053213

Black with #053213

Text Example


Text Example

White with #053213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053213; }

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

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

background-color css

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

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

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

border-color css

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

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

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