#5F6E55

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

Shades of Axolotl #5F6E55

Tints of Axolotl #5F6E55

Color information

#5F6E55 (or 0x5F6E55) is unknown color: approx Axolotl. HEX triplet: 5F, 6E and 55. RGB value is (95,110,85). Sum of RGB (Red+Green+Blue) = 95+110+85=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E55 is #A091AA. Grayscale: #666666. Windows color (decimal): -10523051 or 5598815. OLE color: 5598815.

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

Color convert

RGB9511085-
CMYK0.1400.230.57
HSL96º12.82%38.24%-
HSV(B)96º22.73%43.14%-
XYZ11.9314.2410.71-
YUV102.66118.03122.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=32.76%
G=37.93%
B=29.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95110850.1400.230.579612.8238.24
Hex5F6E55E0173960d26
Octal13715612516027711401546
Binary101111111011101010101111001011111100111000001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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