#575D61

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

Shades of Fiord #575D61

Tints of Fiord #575D61

Color information

#575D61 (or 0x575D61) is unknown color: approx Fiord. HEX triplet: 57, 5D and 61. RGB value is (87,93,97). Sum of RGB (Red+Green+Blue) = 87+93+97=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: blue. Hex color #575D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D61 is #A8A29E. Grayscale: #5B5B5B. Windows color (decimal): -11051679 or 6380887. OLE color: 6380887.

HSL color Cylindrical-coordinate representation of color #575D61: hue angle of 204º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575D61 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB879397-
CMYK0.100.0400.62
HSL204º5.43%36.08%-
HSV(B)204º10.31%38.04%-
XYZ1010.7212.85-
YUV91.66131.01124.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=31.41%
G=33.57%
B=35.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8793970.100.0400.622045.4336.08
Hex575D61A403Ecc524
Octal127135141124076314544
Binary1010111101110111000011010100011111011001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D61; }

 p { color: rgb(87,93,97); }

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

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

 a { background-color: rgb(87,93,97); }

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

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

 span { border-color: rgb(87,93,97); }

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