Html Css Color HEX #5B7157 Cactus

📋 copy color: '#5B7157'

red 91 ◦ green 113 ◦ blue 87

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

Shades of Cactus #5B7157

Tints of Cactus #5B7157

RGB

 RED value IS 91 (35.94% from 255) = 31.27%

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

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

R = 31.27%
G = 38.83%
B = 29.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#5B7157 (or 0x5B7157) is known color: Cactus. HEX triplet: 5B, 71 and 57. RGB value is (91,113,87). Sum of RGB (Red+Green+Blue) = 91+113+87=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7157 is #A48EA8. Grayscale: #676767. Windows color (decimal): -10784425 or 5730651. OLE color: 5730651.

HSL color Cylindrical-coordinate representation of color #5B7157: hue angle of 110.77º 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 #5B7157 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 87 -
CMYK 0.19 0 0.23 0.56
HSL 110.77º 0.13% 0.39% -
HSV(B) 110.77º 0.23% 0.44% -
XYZ 11.94 14.72 11.23 -
YUV 103.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 91 113 87 0.19 0 0.23 0.56 110.77 0.13 0.39
Hex 5B 71 57 13 0 17 38 6F D 27
Octal 133 161 127 23 0 27 70 157 15 47
Binary 1011011 1110001 1010111 10011 0 10111 111000 1101111 1101 100111

Color Harmonies of #5B7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7157

Black with #5B7157

Text Example


Text Example

White with #5B7157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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