#595E60

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

Shades of Fiord #595E60

Tints of Fiord #595E60

Color information

#595E60 (or 0x595E60) is unknown color: approx Fiord. HEX triplet: 59, 5E and 60. RGB value is (89,94,96). Sum of RGB (Red+Green+Blue) = 89+94+96=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: blue. Hex color #595E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E60 is #A6A19F. Grayscale: #5C5C5C. Windows color (decimal): -10920352 or 6315609. OLE color: 6315609.

HSL color Cylindrical-coordinate representation of color #595E60: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595E60 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899496-
CMYK0.070.0200.62
HSL197.14º3.78%36.27%-
HSV(B)197.14º7.29%37.65%-
XYZ10.2310.9712.65-
YUV92.73129.84125.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=31.90%
G=33.69%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8994960.070.0200.62197.143.7836.27
Hex595E607203Ec5424
Octal13113614072076305444
Binary10110011011110110000011110011111011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595E60; }

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

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

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

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

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

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

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

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