#585D5B

Color #585D5B Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #585D5B

Tints of Viridian Green #585D5B

Color information

#585D5B (or 0x585D5B) is unknown color: approx Viridian Green. HEX triplet: 58, 5D and 5B. RGB value is (88,93,91). Sum of RGB (Red+Green+Blue) = 88+93+91=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 93 - color contains mainly: green. Hex color #585D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D5B is #A7A2A4. Grayscale: #5B5B5B. Windows color (decimal): -10986149 or 5987672. OLE color: 5987672.

HSL color Cylindrical-coordinate representation of color #585D5B: hue angle of 156º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585D5B is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB889391-
CMYK0.0500.020.64
HSL156º2.76%35.49%-
HSV(B)156º5.38%36.47%-
XYZ9.8310.6611.44-
YUV91.28127.84125.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=32.35%
G=34.19%
B=33.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893910.0500.020.641562.7635.49
Hex585D5B502409c323
Octal130135133502100234343
Binary10110001011101101101110101010000001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585D5B; }

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

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

<style>
 a { background-color: #585D5B; }

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

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

<style>
 span { border-color: #585D5B; }

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

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