#596063

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

Shades of Fiord #596063

Tints of Fiord #596063

Color information

#596063 (or 0x596063) is unknown color: approx Fiord. HEX triplet: 59, 60 and 63. RGB value is (89,96,99). Sum of RGB (Red+Green+Blue) = 89+96+99=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #596063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596063 is #A69F9C. Grayscale: #5E5E5E. Windows color (decimal): -10919837 or 6512729. OLE color: 6512729.

HSL color Cylindrical-coordinate representation of color #596063: hue angle of 198º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #596063 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB899699-
CMYK0.100.0300.61
HSL198º5.32%36.86%-
HSV(B)198º10.1%38.82%-
XYZ10.5511.3913.45-
YUV94.25130.68124.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=31.34%
G=33.80%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8996990.100.0300.611985.3236.86
Hex596063A303Dc6525
Octal131140143123075306545
Binary101100111000001100011101011011110111000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596063; }

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

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

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

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

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

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

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

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