Html Css Color HEX #5F7155 Axolotl

📋 copy color: '#5F7155'

red 95 ◦ green 113 ◦ blue 85

#5F7155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #5F7155

Tints of Axolotl #5F7155

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 value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#5F7155 (or 0x5F7155) is known color: 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

RGB 95 113 85 -
CMYK 0.16 0 0.25 0.56
HSL 98.57º 0.14% 0.39% -
HSV(B) 98.57º 0.25% 0.44% -
XYZ 12.26 14.9 10.82 -
YUV 104.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 95 113 85 0.16 0 0.25 0.56 98.57 0.14 0.39
Hex 5F 71 55 10 0 19 38 63 E 27
Octal 137 161 125 20 0 31 70 143 16 47
Binary 1011111 1110001 1010101 10000 0 11001 111000 1100011 1110 100111

Color Harmonies of #5F7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7155

Black with #5F7155

Text Example


Text Example

White with #5F7155

Text Example


Text Example

HTML Codes & Css Web 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>