#5F7155

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

Shades of Axolotl #5F7155

Tints of Axolotl #5F7155

Color information

#5F7155 (or 0x5F7155) is unknown color: approx Axolotl. HEX triplet: 5F, 71 and 55. RGB value is (95,113,85). Sum of RGB (Red+Green+Blue) = 95+113+85=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7155 is #A08EAA. Grayscale: #686868. Windows color (decimal): -10522283 or 5599583. OLE color: 5599583.

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

Color convert

RGB9511385-
CMYK0.1600.250.56
HSL98.57º14.14%38.82%-
HSV(B)98.57º24.78%44.31%-
XYZ12.2614.910.82-
YUV104.43117.04121.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=32.42%
G=38.57%
B=29.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95113850.1600.250.5698.5714.1438.82
Hex5F7155100193863e27
Octal13716112520031701431647
Binary1011111111000110101011000001100111100011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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