#556154

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

Shades of Nandor #556154

Tints of Nandor #556154

Color information

#556154 (or 0x556154) is unknown color: approx Nandor. HEX triplet: 55, 61 and 54. RGB value is (85,97,84). Sum of RGB (Red+Green+Blue) = 85+97+84=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #556154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556154 is #AA9EAB. Grayscale: #5B5B5B. Windows color (decimal): -11181740 or 5529941. OLE color: 5529941.

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

Color convert

RGB859784-
CMYK0.1200.130.62
HSL115.38º7.18%35.49%-
HSV(B)115.38º13.4%38.04%-
XYZ9.6211.1210.03-
YUV91.93123.52123.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=31.95%
G=36.47%
B=31.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597840.1200.130.62115.387.1835.49
Hex556154C0D3E73723
Octal1251411241401576163743
Binary1010101110000110101001100011011111101110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556154; }

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

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

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

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

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

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

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

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