Html Css Color HEX #5A7550 Cactus

📋 copy color: '#5A7550'

red 90 ◦ green 117 ◦ blue 80

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

Shades of Cactus #5A7550

Tints of Cactus #5A7550

RGB

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

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

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

R = 31.36%
G = 40.77%
B = 27.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#5A7550 (or 0x5A7550) is known color: Cactus. HEX triplet: 5A, 75 and 50. RGB value is (90,117,80). Sum of RGB (Red+Green+Blue) = 90+117+80=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7550 is #A58AAF. Grayscale: #686868. Windows color (decimal): -10848944 or 5272922. OLE color: 5272922.

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

Color convert

RGB 90 117 80 -
CMYK 0.23 0 0.32 0.54
HSL 103.78º 0.19% 0.39% -
HSV(B) 103.78º 0.32% 0.46% -
XYZ 12.03 15.48 9.94 -
YUV 104.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 90 117 80 0.23 0 0.32 0.54 103.78 0.19 0.39
Hex 5A 75 50 17 0 20 36 68 13 27
Octal 132 165 120 27 0 40 66 150 23 47
Binary 1011010 1110101 1010000 10111 0 100000 110110 1101000 10011 100111

Color Harmonies of #5A7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7550

Black with #5A7550

Text Example


Text Example

White with #5A7550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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