#556155

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

Shades of Nandor #556155

Tints of Nandor #556155

Color information

#556155 (or 0x556155) is unknown color: approx Nandor. HEX triplet: 55, 61 and 55. RGB value is (85,97,85). Sum of RGB (Red+Green+Blue) = 85+97+85=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #556155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556155 is #AA9EAA. Grayscale: #5C5C5C. Windows color (decimal): -11181739 or 5595477. OLE color: 5595477.

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

Color convert

RGB859785-
CMYK0.1200.120.62
HSL120º6.59%35.69%-
HSV(B)120º12.37%38.04%-
XYZ9.6611.1410.23-
YUV92.04124.02122.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=31.84%
G=36.33%
B=31.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597850.1200.120.621206.5935.69
Hex556155C0C3E78724
Octal1251411251401476170744
Binary1010101110000110101011100011001111101111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556155; }

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

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

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

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

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

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

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

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