#575A5C

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

Shades of Fiord #575A5C

Tints of Fiord #575A5C

Color information

#575A5C (or 0x575A5C) is unknown color: approx Fiord. HEX triplet: 57, 5A and 5C. RGB value is (87,90,92). Sum of RGB (Red+Green+Blue) = 87+90+92=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 92 - color contains mainly: blue. Hex color #575A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A5C is #A8A5A3. Grayscale: #595959. Windows color (decimal): -11052452 or 6052439. OLE color: 6052439.

HSL color Cylindrical-coordinate representation of color #575A5C: hue angle of 204º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575A5C is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB879092-
CMYK0.050.0200.64
HSL204º2.79%35.1%-
HSV(B)204º5.43%36.08%-
XYZ9.5210.1111.58-
YUV89.33129.51126.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=32.34%
G=33.46%
B=34.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8790920.050.0200.642042.7935.1
Hex575A5C52040cc323
Octal127132134520100314343
Binary10101111011010101110010110010000001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,92); }

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

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

 a { background-color: rgb(87,90,92); }

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

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

 span { border-color: rgb(87,90,92); }

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