Html Css Color HEX #506263 River Bed

📋 copy color: '#506263'

red 80 ◦ green 98 ◦ blue 99

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

Shades of River Bed #506263

Tints of River Bed #506263

RGB

 RED value IS 80 (31.64% from 255) = 28.88%

 GREEN value IS 98 (38.67% from 255) = 35.38%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 28.88%
G = 35.38%
B = 35.74%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#506263 (or 0x506263) is known color: River Bed. HEX triplet: 50, 62 and 63. RGB value is (80,98,99). Sum of RGB (Red+Green+Blue) = 80+98+99=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #506263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506263 is #AF9D9C. Grayscale: #5C5C5C. Windows color (decimal): -11509149 or 6513232. OLE color: 6513232.

HSL color Cylindrical-coordinate representation of color #506263: hue angle of 183.16º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506263 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 98 99 -
CMYK 0.19 0.01 0 0.61
HSL 183.16º 0.11% 0.35% -
HSV(B) 183.16º 0.19% 0.39% -
XYZ 9.93 11.34 13.47 -
YUV 92.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 80 98 99 0.19 0.01 0 0.61 183.16 0.11 0.35
Hex 50 62 63 13 1 0 3D B7 B 23
Octal 120 142 143 23 1 0 75 267 13 43
Binary 1010000 1100010 1100011 10011 1 0 111101 10110111 1011 100011

Color Harmonies of #506263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506263

Black with #506263

Text Example


Text Example

White with #506263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506263; }

 p { color: rgb(80,98,99); }

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

background-color css

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

 a { background-color: rgb(80,98,99); }

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

border-color css

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

 span { border-color: rgb(80,98,99); }

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