#556955

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

Shades of Nandor #556955

Tints of Nandor #556955

Color information

#556955 (or 0x556955) is unknown color: approx Nandor. HEX triplet: 55, 69 and 55. RGB value is (85,105,85). Sum of RGB (Red+Green+Blue) = 85+105+85=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #556955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556955 is #AA96AA. Grayscale: #606060. Windows color (decimal): -11179691 or 5597525. OLE color: 5597525.

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

Color convert

RGB8510585-
CMYK0.1900.190.59
HSL120º10.53%37.25%-
HSV(B)120º19.05%41.18%-
XYZ10.4412.6910.49-
YUV96.74121.37119.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=30.91%
G=38.18%
B=30.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105850.1900.190.5912010.5337.25
Hex556955130133B78b25
Octal12515112523023731701345
Binary1010101110100110101011001101001111101111110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556955; }

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

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

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

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

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

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

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

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