#595E61

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

Shades of Fiord #595E61

Tints of Fiord #595E61

Color information

#595E61 (or 0x595E61) is unknown color: approx Fiord. HEX triplet: 59, 5E and 61. RGB value is (89,94,97). Sum of RGB (Red+Green+Blue) = 89+94+97=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 97 - color contains mainly: blue. Hex color #595E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E61 is #A6A19E. Grayscale: #5C5C5C. Windows color (decimal): -10920351 or 6381145. OLE color: 6381145.

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

Color convert

RGB899497-
CMYK0.080.0300.62
HSL202.5º4.3%36.47%-
HSV(B)202.5º8.25%38.04%-
XYZ10.2810.9912.89-
YUV92.85130.34125.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=31.79%
G=33.57%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8994970.080.0300.62202.54.336.47
Hex595E618303Eca424
Octal131136141103076312444
Binary101100110111101100001100011011111011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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