#546355

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

Shades of Nandor #546355

Tints of Nandor #546355

Color information

#546355 (or 0x546355) is unknown color: approx Nandor. HEX triplet: 54, 63 and 55. RGB value is (84,99,85). Sum of RGB (Red+Green+Blue) = 84+99+85=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #546355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546355 is #AB9CAA. Grayscale: #5C5C5C. Windows color (decimal): -11246763 or 5595988. OLE color: 5595988.

HSL color Cylindrical-coordinate representation of color #546355: hue angle of 124º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546355 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB849985-
CMYK0.1500.140.61
HSL124º8.2%35.88%-
HSV(B)124º15.15%38.82%-
XYZ9.7611.4610.29-
YUV92.92123.53121.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=31.34%
G=36.94%
B=31.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499850.1500.140.611248.235.88
Hex546355F0E3D7c824
Octal12414312517016751741044
Binary10101001100011101010111110111011110111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546355; }

 p { color: rgb(84,99,85); }

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

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

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

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

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

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

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