Html Css Color HEX #555E5B Viridian Green

📋 copy color: '#555E5B'

red 85 ◦ green 94 ◦ blue 91

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

Shades of Viridian Green #555E5B

Tints of Viridian Green #555E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

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

R = 31.48%
G = 34.81%
B = 33.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#555E5B (or 0x555E5B) is known color: Viridian Green. HEX triplet: 55, 5E and 5B. RGB value is (85,94,91). Sum of RGB (Red+Green+Blue) = 85+94+91=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 94 - color contains mainly: green. Hex color #555E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E5B is #AAA1A4. Grayscale: #5A5A5A. Windows color (decimal): -11182501 or 5987925. OLE color: 5987925.

HSL color Cylindrical-coordinate representation of color #555E5B: hue angle of 160º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #555E5B is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 94 91 -
CMYK 0.10 0 0.03 0.63
HSL 160º 0.05% 0.35% -
HSV(B) 160º 0.1% 0.37% -
XYZ 9.64 10.69 11.45 -
YUV 90.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 85 94 91 0.10 0 0.03 0.63 160 0.05 0.35
Hex 55 5E 5B A 0 3 3F A0 5 23
Octal 125 136 133 12 0 3 77 240 5 43
Binary 1010101 1011110 1011011 1010 0 11 111111 10100000 101 100011

Color Harmonies of #555E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E5B

Black with #555E5B

Text Example


Text Example

White with #555E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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