#556655

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

Shades of Nandor #556655

Tints of Nandor #556655

Color information

#556655 (or 0x556655) is unknown color: approx Nandor. HEX triplet: 55, 66 and 55. RGB value is (85,102,85). Sum of RGB (Red+Green+Blue) = 85+102+85=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #556655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556655 is #AA99AA. Grayscale: #5F5F5F. Windows color (decimal): -11180459 or 5596757. OLE color: 5596757.

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

Color convert

RGB8510285-
CMYK0.1700.170.6
HSL120º9.09%36.67%-
HSV(B)120º16.67%40%-
XYZ10.1412.0910.39-
YUV94.98122.37120.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102850.1700.170.61209.0936.67
Hex556655110113C78925
Octal12514612521021741701145
Binary1010101110011010101011000101000111110011110001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556655; }

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

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

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

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

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

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

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

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