Html Css Color HEX #575D5E River Bed

📋 copy color: '#575D5E'

red 87 ◦ green 93 ◦ blue 94

#575D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #575D5E

Tints of River Bed #575D5E

RGB

 RED value IS 87 (34.38% from 255) = 31.75%

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 31.75%
G = 33.94%
B = 34.31%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#575D5E (or 0x575D5E) is known color: River Bed. HEX triplet: 57, 5D and 5E. RGB value is (87,93,94). Sum of RGB (Red+Green+Blue) = 87+93+94=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 94 - color contains mainly: blue. Hex color #575D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D5E is #A8A2A1. Grayscale: #5B5B5B. Windows color (decimal): -11051682 or 6184279. OLE color: 6184279.

HSL color Cylindrical-coordinate representation of color #575D5E: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575D5E is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 93 94 -
CMYK 0.07 0.01 0 0.63
HSL 188.57º 0.04% 0.35% -
HSV(B) 188.57º 0.07% 0.37% -
XYZ 9.87 10.66 12.13 -
YUV 91.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 87 93 94 0.07 0.01 0 0.63 188.57 0.04 0.35
Hex 57 5D 5E 7 1 0 3F BD 4 23
Octal 127 135 136 7 1 0 77 275 4 43
Binary 1010111 1011101 1011110 111 1 0 111111 10111101 100 100011

Color Harmonies of #575D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D5E

Black with #575D5E

Text Example


Text Example

White with #575D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #575D5E;
 }
 .AnyTagClassName
 {
   color: #575D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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