#5A6259

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

Shades of Cactus #5A6259

Tints of Cactus #5A6259

Color information

#5A6259 (or 0x5A6259) is unknown color: approx Cactus. HEX triplet: 5A, 62 and 59. RGB value is (90,98,89). Sum of RGB (Red+Green+Blue) = 90+98+89=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6259 is #A59DA6. Grayscale: #5E5E5E. Windows color (decimal): -10853799 or 5857882. OLE color: 5857882.

HSL color Cylindrical-coordinate representation of color #5A6259: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6259 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB909889-
CMYK0.0800.090.62
HSL113.33º4.81%36.67%-
HSV(B)113.33º9.18%38.43%-
XYZ10.3911.6311.15-
YUV94.58124.85124.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.49%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=32.49%
G=35.38%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098890.0800.090.62113.334.8136.67
Hex5A62598093E71525
Octal1321421311001176161545
Binary1011010110001010110011000010011111101110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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