#5D6B5B

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

Shades of Cactus #5D6B5B

Tints of Cactus #5D6B5B

Color information

#5D6B5B (or 0x5D6B5B) is unknown color: approx Cactus. HEX triplet: 5D, 6B and 5B. RGB value is (93,107,91). Sum of RGB (Red+Green+Blue) = 93+107+91=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B5B is #A294A4. Grayscale: #656565. Windows color (decimal): -10654885 or 5991261. OLE color: 5991261.

HSL color Cylindrical-coordinate representation of color #5D6B5B: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6B5B is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB9310791-
CMYK0.1300.150.58
HSL112.5º8.08%38.82%-
HSV(B)112.5º14.95%41.96%-
XYZ11.6613.611.91-
YUV100.99122.36122.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=31.96%
G=36.77%
B=31.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93107910.1300.150.58112.58.0838.82
Hex5D6B5BD0F3A70827
Octal13515313315017721601047
Binary10111011101011101101111010111111101011100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,107,91); }

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

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

 a { background-color: rgb(93,107,91); }

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

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

 span { border-color: rgb(93,107,91); }

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