Html Css Color HEX #555D5A Viridian Green

📋 copy color: '#555D5A'

red 85 ◦ green 93 ◦ blue 90

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

Shades of Viridian Green #555D5A

Tints of Viridian Green #555D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 31.72%
G = 34.7%
B = 33.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#555D5A (or 0x555D5A) is known color: Viridian Green. HEX triplet: 55, 5D and 5A. RGB value is (85,93,90). Sum of RGB (Red+Green+Blue) = 85+93+90=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #555D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D5A is #AAA2A5. Grayscale: #5A5A5A. Windows color (decimal): -11182758 or 5922133. OLE color: 5922133.

HSL color Cylindrical-coordinate representation of color #555D5A: hue angle of 157.5º 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 #555D5A is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 93 90 -
CMYK 0.09 0 0.03 0.64
HSL 157.5º 0.04% 0.35% -
HSV(B) 157.5º 0.09% 0.36% -
XYZ 9.51 10.5 11.2 -
YUV 90.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 85 93 90 0.09 0 0.03 0.64 157.5 0.04 0.35
Hex 55 5D 5A 9 0 3 40 9E 4 23
Octal 125 135 132 11 0 3 100 236 4 43
Binary 1010101 1011101 1011010 1001 0 11 1000000 10011110 100 100011

Color Harmonies of #555D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D5A

Black with #555D5A

Text Example


Text Example

White with #555D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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