#575B5C

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

Shades of River Bed #575B5C

Tints of River Bed #575B5C

Color information

#575B5C (or 0x575B5C) is unknown color: approx River Bed. HEX triplet: 57, 5B and 5C. RGB value is (87,91,92). Sum of RGB (Red+Green+Blue) = 87+91+92=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 92 - color contains mainly: blue. Hex color #575B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B5C is #A8A4A3. Grayscale: #595959. Windows color (decimal): -11052196 or 6052695. OLE color: 6052695.

HSL color Cylindrical-coordinate representation of color #575B5C: hue angle of 192º 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 #575B5C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB879192-
CMYK0.050.0100.64
HSL192º2.79%35.1%-
HSV(B)192º5.43%36.08%-
XYZ9.610.2811.6-
YUV89.92129.17125.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=32.22%
G=33.70%
B=34.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791920.050.0100.641922.7935.1
Hex575B5C51040c0323
Octal127133134510100300343
Binary1010111101101110111001011010000001100000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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