Html Css Color HEX #5C7550 Cactus

📋 copy color: '#5C7550'

red 92 ◦ green 117 ◦ blue 80

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

Shades of Cactus #5C7550

Tints of Cactus #5C7550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 31.83%
G = 40.48%
B = 27.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#5C7550 (or 0x5C7550) is known color: Cactus. HEX triplet: 5C, 75 and 50. RGB value is (92,117,80). Sum of RGB (Red+Green+Blue) = 92+117+80=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7550 is #A38AAF. Grayscale: #696969. Windows color (decimal): -10717872 or 5272924. OLE color: 5272924.

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

Color convert

RGB 92 117 80 -
CMYK 0.21 0 0.32 0.54
HSL 100.54º 0.19% 0.39% -
HSV(B) 100.54º 0.32% 0.46% -
XYZ 12.22 15.58 9.95 -
YUV 105.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 92 117 80 0.21 0 0.32 0.54 100.54 0.19 0.39
Hex 5C 75 50 15 0 20 36 65 13 27
Octal 134 165 120 25 0 40 66 145 23 47
Binary 1011100 1110101 1010000 10101 0 100000 110110 1100101 10011 100111

Color Harmonies of #5C7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7550

Black with #5C7550

Text Example


Text Example

White with #5C7550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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