#5E7052

Color #5E7052 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #5E7052

Tints of Axolotl #5E7052

Color information

#5E7052 (or 0x5E7052) is unknown color: approx 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

RGB9411282-
CMYK0.1600.270.56
HSL96º15.46%38.04%-
HSV(B)96º26.79%43.92%-
XYZ11.9314.5810.17-
YUV103.2116.04121.44-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112820.1600.270.569615.4638.04
Hex5E70521001B3860f26
Octal13616012220033701401746
Binary1011110111000010100101000001101111100011000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>