#556755

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

Shades of Nandor #556755

Tints of Nandor #556755

Color information

#556755 (or 0x556755) is unknown color: approx Nandor. HEX triplet: 55, 67 and 55. RGB value is (85,103,85). Sum of RGB (Red+Green+Blue) = 85+103+85=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #556755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556755 is #AA98AA. Grayscale: #5F5F5F. Windows color (decimal): -11180203 or 5597013. OLE color: 5597013.

HSL color Cylindrical-coordinate representation of color #556755: hue angle of 120º degrees, saturation: 0.1, 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 #556755 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB8510385-
CMYK0.1700.170.60
HSL120º9.57%36.86%-
HSV(B)120º17.48%40.39%-
XYZ10.2412.2910.43-
YUV95.57122.04120.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=31.14%
G=37.73%
B=31.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103850.1700.170.601209.5736.86
Hex556755110113C78a25
Octal12514712521021741701245
Binary1010101110011110101011000101000111110011110001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556755; }

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

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

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

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

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

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

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

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