#556B56

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

Shades of Nandor #556B56

Tints of Nandor #556B56

Color information

#556B56 (or 0x556B56) is unknown color: approx Nandor. HEX triplet: 55, 6B and 56. RGB value is (85,107,86). Sum of RGB (Red+Green+Blue) = 85+107+86=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #556B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B56 is #AA94A9. Grayscale: #626262. Windows color (decimal): -11179178 or 5663573. OLE color: 5663573.

HSL color Cylindrical-coordinate representation of color #556B56: hue angle of 122.73º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B56 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB8510786-
CMYK0.2100.200.58
HSL122.73º11.46%37.65%-
HSV(B)122.73º20.56%41.96%-
XYZ10.6813.1210.77-
YUV98.03121.21118.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=30.58%
G=38.49%
B=30.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107860.2100.200.58122.7311.4637.65
Hex556B56150143A7bb26
Octal12515312625024721731346
Binary1010101110101110101101010101010011101011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B56; }

 p { color: rgb(85,107,86); }

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

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

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

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

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

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

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