Html Css Color HEX #5C7557 Cactus

📋 copy color: '#5C7557'

red 92 ◦ green 117 ◦ blue 87

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

Shades of Cactus #5C7557

Tints of Cactus #5C7557

RGB

 RED value IS 92 (36.33% from 255) = 31.08%

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 31.08%
G = 39.53%
B = 29.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#5C7557 (or 0x5C7557) is known color: Cactus. HEX triplet: 5C, 75 and 57. RGB value is (92,117,87). Sum of RGB (Red+Green+Blue) = 92+117+87=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7557 is #A38AA8. Grayscale: #6A6A6A. Windows color (decimal): -10717865 or 5731676. OLE color: 5731676.

HSL color Cylindrical-coordinate representation of color #5C7557: hue angle of 110º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7557 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 87 -
CMYK 0.21 0 0.26 0.54
HSL 110º 0.15% 0.4% -
HSV(B) 110º 0.26% 0.46% -
XYZ 12.5 15.69 11.39 -
YUV 106.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 92 117 87 0.21 0 0.26 0.54 110 0.15 0.4
Hex 5C 75 57 15 0 1A 36 6E F 28
Octal 134 165 127 25 0 32 66 156 17 50
Binary 1011100 1110101 1010111 10101 0 11010 110110 1101110 1111 101000

Color Harmonies of #5C7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7557

Black with #5C7557

Text Example


Text Example

White with #5C7557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,87); }

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

background-color css

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

 a { background-color: rgb(92,117,87); }

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

border-color css

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

 span { border-color: rgb(92,117,87); }

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