#545B58

Color #545B58 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #545B58

Tints of Viridian Green #545B58

Color information

#545B58 (or 0x545B58) is unknown color: approx Viridian Green. HEX triplet: 54, 5B and 58. RGB value is (84,91,88). Sum of RGB (Red+Green+Blue) = 84+91+88=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 91 - color contains mainly: green. Hex color #545B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B58 is #ABA4A7. Grayscale: #585858. Windows color (decimal): -11248808 or 5790548. OLE color: 5790548.

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

Color convert

RGB849188-
CMYK0.0800.030.64
HSL154.29º4%34.31%-
HSV(B)154.29º7.69%35.69%-
XYZ9.1610.0710.69-
YUV88.56127.68124.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=31.94%
G=34.60%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491880.0800.030.64154.29434.31
Hex545B58803409a422
Octal1241331301003100232442
Binary1010100101101110110001000011100000010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B58; }

 p { color: rgb(84,91,88); }

 H1.HeaderClassName
 {
   color: #545B58;
 }
 .AnyTagClassName
 {
   color: #545B58;
 }
</style>
background-color css

<style>
 a { background-color: #545B58; }

 a { background-color: rgb(84,91,88); }

 div.DivClassName
 {
   background-color: #545B58;
 }
 .BgClassName
 {
   background-color: #545B58;
 }
</style>
border-color css

<style>
 span { border-color: #545B58; }

 span { border-color: rgb(84,91,88); }

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