Html Css Color HEX #5E7153 Axolotl

📋 copy color: '#5E7153'

red 94 ◦ green 113 ◦ blue 83

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

Shades of Axolotl #5E7153

Tints of Axolotl #5E7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 32.41%
G = 38.97%
B = 28.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#5E7153 (or 0x5E7153) is known color: Axolotl. HEX triplet: 5E, 71 and 53. RGB value is (94,113,83). Sum of RGB (Red+Green+Blue) = 94+113+83=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7153 is #A18EAC. Grayscale: #686868. Windows color (decimal): -10587821 or 5468510. OLE color: 5468510.

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

Color convert

RGB 94 113 83 -
CMYK 0.17 0 0.27 0.56
HSL 98º 0.15% 0.38% -
HSV(B) 98º 0.27% 0.44% -
XYZ 12.08 14.81 10.41 -
YUV 103.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 94 113 83 0.17 0 0.27 0.56 98 0.15 0.38
Hex 5E 71 53 11 0 1B 38 62 F 26
Octal 136 161 123 21 0 33 70 142 17 46
Binary 1011110 1110001 1010011 10001 0 11011 111000 1100010 1111 100110

Color Harmonies of #5E7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7153

Black with #5E7153

Text Example


Text Example

White with #5E7153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,83); }

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

background-color css

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

 a { background-color: rgb(94,113,83); }

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

border-color css

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

 span { border-color: rgb(94,113,83); }

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