Html Css Color HEX #5E7052 Axolotl

📋 copy color: '#5E7052'

red 94 ◦ green 112 ◦ blue 82

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

Shades of Axolotl #5E7052

Tints of Axolotl #5E7052

RGB

 RED value IS 94 (37.11% from 255) = 32.64%

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 82 (32.42% from 255) = 28.47%

R = 32.64%
G = 38.89%
B = 28.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#5E7052 (or 0x5E7052) is known color: Axolotl. HEX triplet: 5E, 70 and 52. RGB value is (94,112,82). Sum of RGB (Red+Green+Blue) = 94+112+82=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7052 is #A18FAD. Grayscale: #676767. Windows color (decimal): -10588078 or 5402718. OLE color: 5402718.

HSL color Cylindrical-coordinate representation of color #5E7052: hue angle of 96º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7052 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 82 -
CMYK 0.16 0 0.27 0.56
HSL 96º 0.15% 0.38% -
HSV(B) 96º 0.27% 0.44% -
XYZ 11.93 14.58 10.17 -
YUV 103.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 94 112 82 0.16 0 0.27 0.56 96 0.15 0.38
Hex 5E 70 52 10 0 1B 38 60 F 26
Octal 136 160 122 20 0 33 70 140 17 46
Binary 1011110 1110000 1010010 10000 0 11011 111000 1100000 1111 100110

Color Harmonies of #5E7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7052

Black with #5E7052

Text Example


Text Example

White with #5E7052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7052; }

 p { color: rgb(94,112,82); }

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

background-color css

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

 a { background-color: rgb(94,112,82); }

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

border-color css

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

 span { border-color: rgb(94,112,82); }

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