#5B6F51

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

Shades of Cactus #5B6F51

Tints of Cactus #5B6F51

Color information

#5B6F51 (or 0x5B6F51) is unknown color: approx Cactus. HEX triplet: 5B, 6F and 51. RGB value is (91,111,81). Sum of RGB (Red+Green+Blue) = 91+111+81=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F51 is #A490AE. Grayscale: #656565. Windows color (decimal): -10784943 or 5336923. OLE color: 5336923.

HSL color Cylindrical-coordinate representation of color #5B6F51: hue angle of 100º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B6F51 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB9111181-
CMYK0.1800.270.56
HSL100º15.62%37.65%-
HSV(B)100º27.03%43.53%-
XYZ11.4814.199.92-
YUV101.6116.37120.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=32.16%
G=39.22%
B=28.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111810.1800.270.5610015.6237.65
Hex5B6F511201B38641026
Octal13315712122033701442046
Binary10110111101111101000110010011011111000110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,111,81); }

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

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

 a { background-color: rgb(91,111,81); }

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

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

 span { border-color: rgb(91,111,81); }

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