#575C5C

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

Shades of River Bed #575C5C

Tints of River Bed #575C5C

Color information

#575C5C (or 0x575C5C) is unknown color: approx River Bed. HEX triplet: 57, 5C and 5C. RGB value is (87,92,92). Sum of RGB (Red+Green+Blue) = 87+92+92=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #575C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C5C is #A8A3A3. Grayscale: #5A5A5A. Windows color (decimal): -11051940 or 6052951. OLE color: 6052951.

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

Color convert

RGB879292-
CMYK0.05000.64
HSL180º2.79%35.1%-
HSV(B)180º5.43%36.08%-
XYZ9.6910.4511.63-
YUV90.5128.84125.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=32.10%
G=33.95%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792920.05000.641802.7935.1
Hex575C5C50040b4323
Octal127134134500100264343
Binary1010111101110010111001010010000001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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