Html Css Color HEX #515B5C River Bed

📋 copy color: '#515B5C'

red 81 ◦ green 91 ◦ blue 92

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

Shades of River Bed #515B5C

Tints of River Bed #515B5C

RGB

 RED value IS 81 (32.03% from 255) = 30.68%

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

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

R = 30.68%
G = 34.47%
B = 34.85%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#515B5C (or 0x515B5C) is known color: River Bed. HEX triplet: 51, 5B and 5C. RGB value is (81,91,92). Sum of RGB (Red+Green+Blue) = 81+91+92=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #515B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B5C is #AEA4A3. Grayscale: #585858. Windows color (decimal): -11445412 or 6052689. OLE color: 6052689.

HSL color Cylindrical-coordinate representation of color #515B5C: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #515B5C is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 92 -
CMYK 0.12 0.01 0 0.64
HSL 185.45º 0.06% 0.34% -
HSV(B) 185.45º 0.12% 0.36% -
XYZ 9.07 10 11.58 -
YUV 88.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 81 91 92 0.12 0.01 0 0.64 185.45 0.06 0.34
Hex 51 5B 5C C 1 0 40 B9 6 22
Octal 121 133 134 14 1 0 100 271 6 42
Binary 1010001 1011011 1011100 1100 1 0 1000000 10111001 110 100010

Color Harmonies of #515B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B5C

Black with #515B5C

Text Example


Text Example

White with #515B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B5C; }

 p { color: rgb(81,91,92); }

 H1.HeaderClassName
 {
   color: #515B5C;
 }
 .AnyTagClassName
 {
   color: #515B5C;
 }
</style>

background-color css

<style>
 a { background-color: #515B5C; }

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

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

border-color css

<style>
 span { border-color: #515B5C; }

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

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