Html Css Color HEX #585D5B Viridian Green

📋 copy color: '#585D5B'

red 88 ◦ green 93 ◦ blue 91

#585D5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #585D5B

Tints of Viridian Green #585D5B

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 value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#585D5B (or 0x585D5B) is known color: 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

RGB 88 93 91 -
CMYK 0.05 0 0.02 0.64
HSL 156º 0.03% 0.35% -
HSV(B) 156º 0.05% 0.36% -
XYZ 9.83 10.66 11.44 -
YUV 91.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 88 93 91 0.05 0 0.02 0.64 156 0.03 0.35
Hex 58 5D 5B 5 0 2 40 9C 3 23
Octal 130 135 133 5 0 2 100 234 3 43
Binary 1011000 1011101 1011011 101 0 10 1000000 10011100 11 100011

Color Harmonies of #585D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D5B

Black with #585D5B

Text Example


Text Example

White with #585D5B

Text Example


Text Example

HTML Codes & Css Web 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>