#596064

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

Shades of Fiord #596064

Tints of Fiord #596064

Color information

#596064 (or 0x596064) is unknown color: approx Fiord. HEX triplet: 59, 60 and 64. RGB value is (89,96,100). Sum of RGB (Red+Green+Blue) = 89+96+100=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: blue. Hex color #596064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596064 is #A69F9B. Grayscale: #5E5E5E. Windows color (decimal): -10919836 or 6578265. OLE color: 6578265.

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

Color convert

RGB8996100-
CMYK0.110.0400.61
HSL201.82º5.82%37.06%-
HSV(B)201.82º11%39.22%-
XYZ10.611.4113.7-
YUV94.36131.18124.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=31.23%
G=33.68%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89961000.110.0400.61201.825.8237.06
Hex596064B403Dca625
Octal131140144134075312645
Binary1011001110000011001001011100011110111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596064; }

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

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

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

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

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

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

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

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