#5F7355

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

Shades of Axolotl #5F7355

Tints of Axolotl #5F7355

Color information

#5F7355 (or 0x5F7355) is unknown color: approx Axolotl. HEX triplet: 5F, 73 and 55. RGB value is (95,115,85). Sum of RGB (Red+Green+Blue) = 95+115+85=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7355 is #A08CAA. Grayscale: #696969. Windows color (decimal): -10521771 or 5600095. OLE color: 5600095.

HSL color Cylindrical-coordinate representation of color #5F7355: hue angle of 100º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7355 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB9511585-
CMYK0.1700.260.55
HSL100º15%39.22%-
HSV(B)100º26.09%45.1%-
XYZ12.4915.3510.9-
YUV105.6116.37120.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=32.20%
G=38.98%
B=28.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115850.1700.260.551001539.22
Hex5F73551101A3764f27
Octal13716312521032671441747
Binary1011111111001110101011000101101011011111001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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