Html Css Color HEX #575B5C River Bed

📋 copy color: '#575B5C'

red 87 ◦ green 91 ◦ blue 92

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

Shades of River Bed #575B5C

Tints of River Bed #575B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 32.22%
G = 33.7%
B = 34.07%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#575B5C (or 0x575B5C) is known color: 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

RGB 87 91 92 -
CMYK 0.05 0.01 0 0.64
HSL 192º 0.03% 0.35% -
HSV(B) 192º 0.05% 0.36% -
XYZ 9.6 10.28 11.6 -
YUV 89.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 87 91 92 0.05 0.01 0 0.64 192 0.03 0.35
Hex 57 5B 5C 5 1 0 40 C0 3 23
Octal 127 133 134 5 1 0 100 300 3 43
Binary 1010111 1011011 1011100 101 1 0 1000000 11000000 11 100011

Color Harmonies of #575B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B5C

Black with #575B5C

Text Example


Text Example

White with #575B5C

Text Example


Text Example

HTML Codes & Css Web 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>