#5A6559

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

Shades of Cactus #5A6559

Tints of Cactus #5A6559

Color information

#5A6559 (or 0x5A6559) is unknown color: approx Cactus. HEX triplet: 5A, 65 and 59. RGB value is (90,101,89). Sum of RGB (Red+Green+Blue) = 90+101+89=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6559 is #A59AA6. Grayscale: #606060. Windows color (decimal): -10853031 or 5858650. OLE color: 5858650.

HSL color Cylindrical-coordinate representation of color #5A6559: hue angle of 115º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A6559 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB9010189-
CMYK0.1100.120.60
HSL115º6.32%37.25%-
HSV(B)115º11.88%39.61%-
XYZ10.6712.211.24-
YUV96.34123.86123.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=32.14%
G=36.07%
B=31.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101890.1100.120.601156.3237.25
Hex5A6559B0C3C73625
Octal1321451311301474163645
Binary1011010110010110110011011011001111001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,89); }

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

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

 a { background-color: rgb(90,101,89); }

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

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

 span { border-color: rgb(90,101,89); }

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