#5F6E57

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

Shades of Axolotl #5F6E57

Tints of Axolotl #5F6E57

Color information

#5F6E57 (or 0x5F6E57) is unknown color: approx Axolotl. HEX triplet: 5F, 6E and 57. RGB value is (95,110,87). Sum of RGB (Red+Green+Blue) = 95+110+87=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E57 is #A091A8. Grayscale: #666666. Windows color (decimal): -10523049 or 5729887. OLE color: 5729887.

HSL color Cylindrical-coordinate representation of color #5F6E57: hue angle of 99.13º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F6E57 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB9511087-
CMYK0.1400.210.57
HSL99.13º11.68%38.63%-
HSV(B)99.13º20.91%43.14%-
XYZ12.0214.2711.14-
YUV102.89119.03122.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=32.53%
G=37.67%
B=29.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95110870.1400.210.5799.1311.6838.63
Hex5F6E57E0153963c27
Octal13715612716025711431447
Binary101111111011101010111111001010111100111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,87); }

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

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

 a { background-color: rgb(95,110,87); }

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

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

 span { border-color: rgb(95,110,87); }

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