Html Css Color HEX #5A7552 Cactus

📋 copy color: '#5A7552'

red 90 ◦ green 117 ◦ blue 82

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

Shades of Cactus #5A7552

Tints of Cactus #5A7552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 31.14%
G = 40.48%
B = 28.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#5A7552 (or 0x5A7552) is known color: Cactus. HEX triplet: 5A, 75 and 52. RGB value is (90,117,82). Sum of RGB (Red+Green+Blue) = 90+117+82=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7552 is #A58AAD. Grayscale: #696969. Windows color (decimal): -10848942 or 5403994. OLE color: 5403994.

HSL color Cylindrical-coordinate representation of color #5A7552: hue angle of 106.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A7552 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 82 -
CMYK 0.23 0 0.30 0.54
HSL 106.29º 0.18% 0.39% -
HSV(B) 106.29º 0.3% 0.46% -
XYZ 12.1 15.51 10.34 -
YUV 104.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 90 117 82 0.23 0 0.30 0.54 106.29 0.18 0.39
Hex 5A 75 52 17 0 1E 36 6A 12 27
Octal 132 165 122 27 0 36 66 152 22 47
Binary 1011010 1110101 1010010 10111 0 11110 110110 1101010 10010 100111

Color Harmonies of #5A7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7552

Black with #5A7552

Text Example


Text Example

White with #5A7552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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