#5A6A55

Color #5A6A55 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5A6A55

Tints of Cactus #5A6A55

Color information

#5A6A55 (or 0x5A6A55) is unknown color: approx Cactus. HEX triplet: 5A, 6A and 55. RGB value is (90,106,85). Sum of RGB (Red+Green+Blue) = 90+106+85=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A55 is #A595AA. Grayscale: #626262. Windows color (decimal): -10851755 or 5597786. OLE color: 5597786.

HSL color Cylindrical-coordinate representation of color #5A6A55: hue angle of 105.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6A55 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB9010685-
CMYK0.1500.200.58
HSL105.71º10.99%37.45%-
HSV(B)105.71º19.81%41.57%-
XYZ11.0113.1410.55-
YUV98.82120.2121.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=32.03%
G=37.72%
B=30.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106850.1500.200.58105.7110.9937.45
Hex5A6A55F0143A6ab25
Octal13215212517024721521345
Binary101101011010101010101111101010011101011010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,85); }

 H1.HeaderClassName
 {
   color: #5A6A55;
 }
 .AnyTagClassName
 {
   color: #5A6A55;
 }
</style>
background-color css

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

 a { background-color: rgb(90,106,85); }

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

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

 span { border-color: rgb(90,106,85); }

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