#5B6F54

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

Shades of Cactus #5B6F54

Tints of Cactus #5B6F54

Color information

#5B6F54 (or 0x5B6F54) is unknown color: approx Cactus. HEX triplet: 5B, 6F and 54. RGB value is (91,111,84). Sum of RGB (Red+Green+Blue) = 91+111+84=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F54 is #A490AB. Grayscale: #666666. Windows color (decimal): -10784940 or 5533531. OLE color: 5533531.

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

Color convert

RGB9111184-
CMYK0.1800.240.56
HSL104.44º13.85%38.24%-
HSV(B)104.44º24.32%43.53%-
XYZ11.614.2310.52-
YUV101.94117.87120.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=31.82%
G=38.81%
B=29.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111840.1800.240.56104.4413.8538.24
Hex5B6F54120183868e26
Octal13315712422030701501646
Binary1011011110111110101001001001100011100011010001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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