Html Css Color HEX #555D5B Viridian Green

📋 copy color: '#555D5B'

red 85 ◦ green 93 ◦ blue 91

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

Shades of Viridian Green #555D5B

Tints of Viridian Green #555D5B

RGB

 RED value IS 85 (33.59% from 255) = 31.6%

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 31.6%
G = 34.57%
B = 33.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#555D5B (or 0x555D5B) is known color: Viridian Green. HEX triplet: 55, 5D and 5B. RGB value is (85,93,91). Sum of RGB (Red+Green+Blue) = 85+93+91=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 93 - color contains mainly: green. Hex color #555D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D5B is #AAA2A4. Grayscale: #5A5A5A. Windows color (decimal): -11182757 or 5987669. OLE color: 5987669.

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

Color convert

RGB 85 93 91 -
CMYK 0.09 0 0.02 0.64
HSL 165º 0.04% 0.35% -
HSV(B) 165º 0.09% 0.36% -
XYZ 9.55 10.52 11.42 -
YUV 90.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 85 93 91 0.09 0 0.02 0.64 165 0.04 0.35
Hex 55 5D 5B 9 0 2 40 A5 4 23
Octal 125 135 133 11 0 2 100 245 4 43
Binary 1010101 1011101 1011011 1001 0 10 1000000 10100101 100 100011

Color Harmonies of #555D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D5B

Black with #555D5B

Text Example


Text Example

White with #555D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #555D5B;
 }
 .AnyTagClassName
 {
   color: #555D5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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