#5F7057

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

Shades of Axolotl #5F7057

Tints of Axolotl #5F7057

Color information

#5F7057 (or 0x5F7057) is unknown color: approx Axolotl. HEX triplet: 5F, 70 and 57. RGB value is (95,112,87). Sum of RGB (Red+Green+Blue) = 95+112+87=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7057 is #A08FA8. Grayscale: #686868. Windows color (decimal): -10522537 or 5730399. OLE color: 5730399.

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

Color convert

RGB9511287-
CMYK0.1500.220.56
HSL100.8º12.56%39.02%-
HSV(B)100.8º22.32%43.92%-
XYZ12.2314.7111.21-
YUV104.07118.37121.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=32.31%
G=38.10%
B=29.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112870.1500.220.56100.812.5639.02
Hex5F7057F0163865d27
Octal13716012717026701451547
Binary101111111100001010111111101011011100011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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