#546255

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

Shades of Nandor #546255

Tints of Nandor #546255

Color information

#546255 (or 0x546255) is unknown color: approx Nandor. HEX triplet: 54, 62 and 55. RGB value is (84,98,85). Sum of RGB (Red+Green+Blue) = 84+98+85=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #546255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546255 is #AB9DAA. Grayscale: #5C5C5C. Windows color (decimal): -11247019 or 5595732. OLE color: 5595732.

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

Color convert

RGB849885-
CMYK0.1400.130.62
HSL124.29º7.69%35.69%-
HSV(B)124.29º14.29%38.43%-
XYZ9.6611.2810.26-
YUV92.33123.86122.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=31.46%
G=36.70%
B=31.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498850.1400.130.62124.297.6935.69
Hex546255E0D3E7c824
Octal12414212516015761741044
Binary10101001100010101010111100110111111011111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546255; }

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

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

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

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

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

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

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

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