#5B6157

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

Shades of Cactus #5B6157

Tints of Cactus #5B6157

Color information

#5B6157 (or 0x5B6157) is unknown color: approx Cactus. HEX triplet: 5B, 61 and 57. RGB value is (91,97,87). Sum of RGB (Red+Green+Blue) = 91+97+87=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6157 is #A49EA8. Grayscale: #5E5E5E. Windows color (decimal): -10788521 or 5726555. OLE color: 5726555.

HSL color Cylindrical-coordinate representation of color #5B6157: hue angle of 96º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B6157 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB919787-
CMYK0.0600.100.62
HSL96º5.43%36.08%-
HSV(B)96º10.31%38.04%-
XYZ10.3111.4610.69-
YUV94.07124.01125.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=33.09%
G=35.27%
B=31.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197870.0600.100.62965.4336.08
Hex5B615760A3E60524
Octal133141127601276140544
Binary101101111000011010111110010101111101100000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,87); }

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

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

 a { background-color: rgb(91,97,87); }

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

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

 span { border-color: rgb(91,97,87); }

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