#575C5D

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

Shades of River Bed #575C5D

Tints of River Bed #575C5D

Color information

#575C5D (or 0x575C5D) is unknown color: approx River Bed. HEX triplet: 57, 5C and 5D. RGB value is (87,92,93). Sum of RGB (Red+Green+Blue) = 87+92+93=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 93 - color contains mainly: blue. Hex color #575C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C5D is #A8A3A2. Grayscale: #5A5A5A. Windows color (decimal): -11051939 or 6118487. OLE color: 6118487.

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

Color convert

RGB879293-
CMYK0.060.0100.64
HSL190º3.33%35.29%-
HSV(B)190º6.45%36.47%-
XYZ9.7310.4711.86-
YUV90.62129.34125.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=31.99%
G=33.82%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792930.060.0100.641903.3335.29
Hex575C5D61040be323
Octal127134135610100276343
Binary1010111101110010111011101010000001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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