Html Css Color HEX #555F5A Viridian Green

📋 copy color: '#555F5A'

red 85 ◦ green 95 ◦ blue 90

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

Shades of Viridian Green #555F5A

Tints of Viridian Green #555F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 31.48%
G = 35.19%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#555F5A (or 0x555F5A) is known color: Viridian Green. HEX triplet: 55, 5F and 5A. RGB value is (85,95,90). Sum of RGB (Red+Green+Blue) = 85+95+90=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #555F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F5A is #AAA0A5. Grayscale: #5B5B5B. Windows color (decimal): -11182246 or 5922645. OLE color: 5922645.

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

Color convert

RGB 85 95 90 -
CMYK 0.11 0 0.05 0.63
HSL 150º 0.06% 0.35% -
HSV(B) 150º 0.11% 0.37% -
XYZ 9.68 10.85 11.26 -
YUV 91.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 85 95 90 0.11 0 0.05 0.63 150 0.06 0.35
Hex 55 5F 5A B 0 5 3F 96 6 23
Octal 125 137 132 13 0 5 77 226 6 43
Binary 1010101 1011111 1011010 1011 0 101 111111 10010110 110 100011

Color Harmonies of #555F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F5A

Black with #555F5A

Text Example


Text Example

White with #555F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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