#5E6F53

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

Shades of Axolotl #5E6F53

Tints of Axolotl #5E6F53

Color information

#5E6F53 (or 0x5E6F53) is unknown color: approx Axolotl. HEX triplet: 5E, 6F and 53. RGB value is (94,111,83). Sum of RGB (Red+Green+Blue) = 94+111+83=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F53 is #A190AC. Grayscale: #666666. Windows color (decimal): -10588333 or 5467998. OLE color: 5467998.

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

Color convert

RGB9411183-
CMYK0.1500.250.56
HSL96.43º14.43%38.04%-
HSV(B)96.43º25.23%43.53%-
XYZ11.8614.3710.33-
YUV102.72116.87121.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=32.64%
G=38.54%
B=28.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94111830.1500.250.5696.4314.4338.04
Hex5E6F53F0193860e26
Octal13615712317031701401646
Binary101111011011111010011111101100111100011000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,111,83); }

 H1.HeaderClassName
 {
   color: #5E6F53;
 }
 .AnyTagClassName
 {
   color: #5E6F53;
 }
</style>
background-color css

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

 a { background-color: rgb(94,111,83); }

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

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

 span { border-color: rgb(94,111,83); }

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