Html Css Color HEX #545B58 Viridian Green

📋 copy color: '#545B58'

red 84 ◦ green 91 ◦ blue 88

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

Shades of Viridian Green #545B58

Tints of Viridian Green #545B58

RGB

 RED value IS 84 (33.2% from 255) = 31.94%

 GREEN value IS 91 (35.94% from 255) = 34.6%

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 31.94%
G = 34.6%
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

#545B58 (or 0x545B58) is known color: 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

RGB 84 91 88 -
CMYK 0.08 0 0.03 0.64
HSL 154.29º 0.04% 0.34% -
HSV(B) 154.29º 0.08% 0.36% -
XYZ 9.16 10.07 10.69 -
YUV 88.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 84 91 88 0.08 0 0.03 0.64 154.29 0.04 0.34
Hex 54 5B 58 8 0 3 40 9A 4 22
Octal 124 133 130 10 0 3 100 232 4 42
Binary 1010100 1011011 1011000 1000 0 11 1000000 10011010 100 100010

Color Harmonies of #545B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545B58

Black with #545B58

Text Example


Text Example

White with #545B58

Text Example


Text Example

HTML Codes & Css Web 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>