Html Css Color HEX #5E6F52 Axolotl

📋 copy color: '#5E6F52'

red 94 ◦ green 111 ◦ blue 82

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

Shades of Axolotl #5E6F52

Tints of Axolotl #5E6F52

RGB

 RED value IS 94 (37.11% from 255) = 32.75%

 GREEN value IS 111 (43.75% from 255) = 38.68%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 32.75%
G = 38.68%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#5E6F52 (or 0x5E6F52) is known color: Axolotl. HEX triplet: 5E, 6F and 52. RGB value is (94,111,82). Sum of RGB (Red+Green+Blue) = 94+111+82=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F52 is #A190AD. Grayscale: #666666. Windows color (decimal): -10588334 or 5402462. OLE color: 5402462.

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

Color convert

RGB 94 111 82 -
CMYK 0.15 0 0.26 0.56
HSL 95.17º 0.15% 0.38% -
HSV(B) 95.17º 0.26% 0.44% -
XYZ 11.82 14.36 10.13 -
YUV 102.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 94 111 82 0.15 0 0.26 0.56 95.17 0.15 0.38
Hex 5E 6F 52 F 0 1A 38 5F F 26
Octal 136 157 122 17 0 32 70 137 17 46
Binary 1011110 1101111 1010010 1111 0 11010 111000 1011111 1111 100110

Color Harmonies of #5E6F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F52

Black with #5E6F52

Text Example


Text Example

White with #5E6F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,82); }

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

background-color css

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

 a { background-color: rgb(94,111,82); }

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

border-color css

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

 span { border-color: rgb(94,111,82); }

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