#556054

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

Shades of Nandor #556054

Tints of Nandor #556054

Color information

#556054 (or 0x556054) is unknown color: approx Nandor. HEX triplet: 55, 60 and 54. RGB value is (85,96,84). Sum of RGB (Red+Green+Blue) = 85+96+84=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #556054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556054 is #AA9FAB. Grayscale: #5B5B5B. Windows color (decimal): -11181996 or 5529685. OLE color: 5529685.

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

Color convert

RGB859684-
CMYK0.1100.120.62
HSL115º6.67%35.29%-
HSV(B)115º12.5%37.65%-
XYZ9.5310.9410-
YUV91.34123.86123.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=32.08%
G=36.23%
B=31.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596840.1100.120.621156.6735.29
Hex556054B0C3E73723
Octal1251401241301476163743
Binary1010101110000010101001011011001111101110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556054; }

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

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

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

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

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

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

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

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