#5D7350

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

Shades of Axolotl #5D7350

Tints of Axolotl #5D7350

Color information

#5D7350 (or 0x5D7350) is unknown color: approx Axolotl. HEX triplet: 5D, 73 and 50. RGB value is (93,115,80). Sum of RGB (Red+Green+Blue) = 93+115+80=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7350 is #A28CAF. Grayscale: #686868. Windows color (decimal): -10652848 or 5272413. OLE color: 5272413.

HSL color Cylindrical-coordinate representation of color #5D7350: hue angle of 97.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7350 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB9311580-
CMYK0.1900.300.55
HSL97.71º17.95%38.24%-
HSV(B)97.71º30.43%45.1%-
XYZ12.0915.179.88-
YUV104.43114.21119.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=32.29%
G=39.93%
B=27.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115800.1900.300.5597.7117.9538.24
Hex5D73501301E37621226
Octal13516312023036671422246
Binary10111011110011101000010011011110110111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,115,80); }

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

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

 a { background-color: rgb(93,115,80); }

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

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

 span { border-color: rgb(93,115,80); }

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