#545D54

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

Shades of Nandor #545D54

Tints of Nandor #545D54

Color information

#545D54 (or 0x545D54) is unknown color: approx Nandor. HEX triplet: 54, 5D and 54. RGB value is (84,93,84). Sum of RGB (Red+Green+Blue) = 84+93+84=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #545D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D54 is #ABA2AB. Grayscale: #595959. Windows color (decimal): -11248300 or 5528916. OLE color: 5528916.

HSL color Cylindrical-coordinate representation of color #545D54: hue angle of 120º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D54 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB849384-
CMYK0.1000.100.64
HSL120º5.08%34.71%-
HSV(B)120º9.68%36.47%-
XYZ9.1710.359.9-
YUV89.28125.02124.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=32.18%
G=35.63%
B=32.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493840.1000.100.641205.0834.71
Hex545D54A0A4078523
Octal12413512412012100170543
Binary10101001011101101010010100101010000001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,84); }

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

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

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

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

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

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

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