#5A6B56

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

Shades of Cactus #5A6B56

Tints of Cactus #5A6B56

Color information

#5A6B56 (or 0x5A6B56) is unknown color: approx Cactus. HEX triplet: 5A, 6B and 56. RGB value is (90,107,86). Sum of RGB (Red+Green+Blue) = 90+107+86=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B56 is #A594A9. Grayscale: #636363. Windows color (decimal): -10851498 or 5663578. OLE color: 5663578.

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

Color convert

RGB9010786-
CMYK0.1600.200.58
HSL108.57º10.88%37.84%-
HSV(B)108.57º19.63%41.96%-
XYZ11.1513.3610.8-
YUV99.52120.37121.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=31.80%
G=37.81%
B=30.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107860.1600.200.58108.5710.8837.84
Hex5A6B56100143A6db26
Octal13215312620024721551346
Binary1011010110101110101101000001010011101011011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,86); }

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

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

 a { background-color: rgb(90,107,86); }

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

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

 span { border-color: rgb(90,107,86); }

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