#546054

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

Shades of Nandor #546054

Tints of Nandor #546054

Color information

#546054 (or 0x546054) is unknown color: approx Nandor. HEX triplet: 54, 60 and 54. RGB value is (84,96,84). Sum of RGB (Red+Green+Blue) = 84+96+84=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #546054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546054 is #AB9FAB. Grayscale: #5B5B5B. Windows color (decimal): -11247532 or 5529684. OLE color: 5529684.

HSL color Cylindrical-coordinate representation of color #546054: hue angle of 120º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #546054 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB849684-
CMYK0.1200.120.62
HSL120º6.67%35.29%-
HSV(B)120º12.5%37.65%-
XYZ9.4410.899.99-
YUV91.04124.02122.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=31.82%
G=36.36%
B=31.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496840.1200.120.621206.6735.29
Hex546054C0C3E78723
Octal1241401241401476170743
Binary1010100110000010101001100011001111101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546054; }

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

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

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

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

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

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

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

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