#5B6559

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

Shades of Cactus #5B6559

Tints of Cactus #5B6559

Color information

#5B6559 (or 0x5B6559) is unknown color: approx Cactus. HEX triplet: 5B, 65 and 59. RGB value is (91,101,89). Sum of RGB (Red+Green+Blue) = 91+101+89=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6559 is #A49AA6. Grayscale: #606060. Windows color (decimal): -10787495 or 5858651. OLE color: 5858651.

HSL color Cylindrical-coordinate representation of color #5B6559: hue angle of 110º 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 #5B6559 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB9110189-
CMYK0.1000.120.60
HSL110º6.32%37.25%-
HSV(B)110º11.88%39.61%-
XYZ10.7712.2511.25-
YUV96.64123.69123.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=32.38%
G=35.94%
B=31.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91101890.1000.120.601106.3237.25
Hex5B6559A0C3C6e625
Octal1331451311201474156645
Binary1011011110010110110011010011001111001101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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