#556654

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

Shades of Nandor #556654

Tints of Nandor #556654

Color information

#556654 (or 0x556654) is unknown color: approx Nandor. HEX triplet: 55, 66 and 54. RGB value is (85,102,84). Sum of RGB (Red+Green+Blue) = 85+102+84=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #556654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556654 is #AA99AB. Grayscale: #5E5E5E. Windows color (decimal): -11180460 or 5531221. OLE color: 5531221.

HSL color Cylindrical-coordinate representation of color #556654: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556654 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB8510284-
CMYK0.1700.180.6
HSL116.67º9.68%36.47%-
HSV(B)116.67º17.65%40%-
XYZ10.112.0710.19-
YUV94.86121.87120.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=31.37%
G=37.64%
B=31.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102840.1700.180.6116.679.6836.47
Hex556654110123C75a24
Octal12514612421022741651244
Binary1010101110011010101001000101001011110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556654; }

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

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

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

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

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

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

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

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