#5B6F55

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

Shades of Cactus #5B6F55

Tints of Cactus #5B6F55

Color information

#5B6F55 (or 0x5B6F55) is unknown color: approx Cactus. HEX triplet: 5B, 6F and 55. RGB value is (91,111,85). Sum of RGB (Red+Green+Blue) = 91+111+85=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F55 is #A490AA. Grayscale: #666666. Windows color (decimal): -10784939 or 5599067. OLE color: 5599067.

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

Color convert

RGB9111185-
CMYK0.1800.230.56
HSL106.15º13.27%38.43%-
HSV(B)106.15º23.42%43.53%-
XYZ11.6414.2510.73-
YUV102.06118.37120.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=31.71%
G=38.68%
B=29.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111850.1800.230.56106.1513.2738.43
Hex5B6F5512017386ad26
Octal13315712522027701521546
Binary1011011110111110101011001001011111100011010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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