#556055

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

Shades of Nandor #556055

Tints of Nandor #556055

Color information

#556055 (or 0x556055) is unknown color: approx Nandor. HEX triplet: 55, 60 and 55. RGB value is (85,96,85). Sum of RGB (Red+Green+Blue) = 85+96+85=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #556055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556055 is #AA9FAA. Grayscale: #5B5B5B. Windows color (decimal): -11181995 or 5595221. OLE color: 5595221.

HSL color Cylindrical-coordinate representation of color #556055: hue angle of 120º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #556055 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB859685-
CMYK0.1100.110.62
HSL120º6.08%35.49%-
HSV(B)120º11.46%37.65%-
XYZ9.5710.9510.2-
YUV91.46124.36123.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=31.95%
G=36.09%
B=31.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596850.1100.110.621206.0835.49
Hex556055B0B3E78623
Octal1251401251301376170643
Binary1010101110000010101011011010111111101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556055; }

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

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

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

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

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

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

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

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