Html Css Color HEX #5F6B56 Axolotl

📋 copy color: '#5F6B56'

red 95 ◦ green 107 ◦ blue 86

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

Shades of Axolotl #5F6B56

Tints of Axolotl #5F6B56

RGB

 RED value IS 95 (37.5% from 255) = 32.99%

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 32.99%
G = 37.15%
B = 29.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#5F6B56 (or 0x5F6B56) is known color: Axolotl. HEX triplet: 5F, 6B and 56. RGB value is (95,107,86). Sum of RGB (Red+Green+Blue) = 95+107+86=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B56 is #A094A9. Grayscale: #656565. Windows color (decimal): -10523818 or 5663583. OLE color: 5663583.

HSL color Cylindrical-coordinate representation of color #5F6B56: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F6B56 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 107 86 -
CMYK 0.11 0 0.20 0.58
HSL 94.29º 0.11% 0.38% -
HSV(B) 94.29º 0.2% 0.42% -
XYZ 11.66 13.62 10.82 -
YUV 101.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 95 107 86 0.11 0 0.20 0.58 94.29 0.11 0.38
Hex 5F 6B 56 B 0 14 3A 5E B 26
Octal 137 153 126 13 0 24 72 136 13 46
Binary 1011111 1101011 1010110 1011 0 10100 111010 1011110 1011 100110

Color Harmonies of #5F6B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B56

Black with #5F6B56

Text Example


Text Example

White with #5F6B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,107,86); }

 H1.HeaderClassName
 {
   color: #5F6B56;
 }
 .AnyTagClassName
 {
   color: #5F6B56;
 }
</style>

background-color css

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

 a { background-color: rgb(95,107,86); }

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

border-color css

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

 span { border-color: rgb(95,107,86); }

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