Html Css Color HEX #555C59 Viridian Green

📋 copy color: '#555C59'

red 85 ◦ green 92 ◦ blue 89

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

Shades of Viridian Green #555C59

Tints of Viridian Green #555C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 31.95%
G = 34.59%
B = 33.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#555C59 (or 0x555C59) is known color: Viridian Green. HEX triplet: 55, 5C and 59. RGB value is (85,92,89). Sum of RGB (Red+Green+Blue) = 85+92+89=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #555C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C59 is #AAA3A6. Grayscale: #595959. Windows color (decimal): -11183015 or 5856341. OLE color: 5856341.

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

Color convert

RGB 85 92 89 -
CMYK 0.08 0 0.03 0.64
HSL 154.29º 0.04% 0.35% -
HSV(B) 154.29º 0.08% 0.36% -
XYZ 9.38 10.31 10.95 -
YUV 89.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 85 92 89 0.08 0 0.03 0.64 154.29 0.04 0.35
Hex 55 5C 59 8 0 3 40 9A 4 23
Octal 125 134 131 10 0 3 100 232 4 43
Binary 1010101 1011100 1011001 1000 0 11 1000000 10011010 100 100011

Color Harmonies of #555C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C59

Black with #555C59

Text Example


Text Example

White with #555C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,89); }

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

background-color css

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

 a { background-color: rgb(85,92,89); }

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

border-color css

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

 span { border-color: rgb(85,92,89); }

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