#556064

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

Shades of Fiord #556064

Tints of Fiord #556064

Color information

#556064 (or 0x556064) is unknown color: approx Fiord. HEX triplet: 55, 60 and 64. RGB value is (85,96,100). Sum of RGB (Red+Green+Blue) = 85+96+100=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #556064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556064 is #AA9F9B. Grayscale: #5D5D5D. Windows color (decimal): -11181980 or 6578261. OLE color: 6578261.

HSL color Cylindrical-coordinate representation of color #556064: hue angle of 196º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556064 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8596100-
CMYK0.150.0400.61
HSL196º8.11%36.27%-
HSV(B)196º15%39.22%-
XYZ10.2311.2213.68-
YUV93.17131.86122.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=30.25%
G=34.16%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85961000.150.0400.611968.1136.27
Hex556064F403Dc4824
Octal1251401441740753041044
Binary10101011100000110010011111000111101110001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556064; }

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

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

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

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

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

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

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

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