Html Css Color HEX #575C5D River Bed

📋 copy color: '#575C5D'

red 87 ◦ green 92 ◦ blue 93

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

Shades of River Bed #575C5D

Tints of River Bed #575C5D

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 value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 87 92 93 -
CMYK 0.06 0.01 0 0.64
HSL 190º 0.03% 0.35% -
HSV(B) 190º 0.06% 0.36% -
XYZ 9.73 10.47 11.86 -
YUV 90.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 87 92 93 0.06 0.01 0 0.64 190 0.03 0.35
Hex 57 5C 5D 6 1 0 40 BE 3 23
Octal 127 134 135 6 1 0 100 276 3 43
Binary 1010111 1011100 1011101 110 1 0 1000000 10111110 11 100011

Color Harmonies of #575C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C5D

Black with #575C5D

Text Example


Text Example

White with #575C5D

Text Example


Text Example

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