#575B5D

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

Shades of Fiord #575B5D

Tints of Fiord #575B5D

Color information

#575B5D (or 0x575B5D) is unknown color: approx Fiord. HEX triplet: 57, 5B and 5D. RGB value is (87,91,93). Sum of RGB (Red+Green+Blue) = 87+91+93=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #575B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B5D is #A8A4A2. Grayscale: #5A5A5A. Windows color (decimal): -11052195 or 6118231. OLE color: 6118231.

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

Color convert

RGB879193-
CMYK0.060.0200.64
HSL200º3.33%35.29%-
HSV(B)200º6.45%36.47%-
XYZ9.6510.311.84-
YUV90.03129.67125.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=32.10%
G=33.58%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791930.060.0200.642003.3335.29
Hex575B5D62040c8323
Octal127133135620100310343
Binary10101111011011101110111010010000001100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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