Html Css Color HEX #5A7157 Cactus

📋 copy color: '#5A7157'

red 90 ◦ green 113 ◦ blue 87

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

Shades of Cactus #5A7157

Tints of Cactus #5A7157

RGB

 RED value IS 90 (35.55% from 255) = 31.03%

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

 BLUE value IS 87 (34.38% from 255) = 30%

R = 31.03%
G = 38.97%
B = 30%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#5A7157 (or 0x5A7157) is known color: Cactus. HEX triplet: 5A, 71 and 57. RGB value is (90,113,87). Sum of RGB (Red+Green+Blue) = 90+113+87=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7157 is #A58EA8. Grayscale: #676767. Windows color (decimal): -10849961 or 5730650. OLE color: 5730650.

HSL color Cylindrical-coordinate representation of color #5A7157: hue angle of 113.08º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A7157 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 87 -
CMYK 0.20 0 0.23 0.56
HSL 113.08º 0.13% 0.39% -
HSV(B) 113.08º 0.23% 0.44% -
XYZ 11.84 14.67 11.22 -
YUV 103.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 90 113 87 0.20 0 0.23 0.56 113.08 0.13 0.39
Hex 5A 71 57 14 0 17 38 71 D 27
Octal 132 161 127 24 0 27 70 161 15 47
Binary 1011010 1110001 1010111 10100 0 10111 111000 1110001 1101 100111

Color Harmonies of #5A7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7157

Black with #5A7157

Text Example


Text Example

White with #5A7157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,87); }

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

background-color css

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

 a { background-color: rgb(90,113,87); }

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

border-color css

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

 span { border-color: rgb(90,113,87); }

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