Html Css Color HEX #506063 River Bed

📋 copy color: '#506063'

red 80 ◦ green 96 ◦ blue 99

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

Shades of River Bed #506063

Tints of River Bed #506063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 29.09%
G = 34.91%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#506063 (or 0x506063) is known color: River Bed. HEX triplet: 50, 60 and 63. RGB value is (80,96,99). Sum of RGB (Red+Green+Blue) = 80+96+99=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #506063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506063 is #AF9F9C. Grayscale: #5B5B5B. Windows color (decimal): -11509661 or 6512720. OLE color: 6512720.

HSL color Cylindrical-coordinate representation of color #506063: hue angle of 189.47º 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 #506063 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 96 99 -
CMYK 0.19 0.03 0 0.61
HSL 189.47º 0.11% 0.35% -
HSV(B) 189.47º 0.19% 0.39% -
XYZ 9.74 10.97 13.41 -
YUV 91.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 80 96 99 0.19 0.03 0 0.61 189.47 0.11 0.35
Hex 50 60 63 13 3 0 3D BD B 23
Octal 120 140 143 23 3 0 75 275 13 43
Binary 1010000 1100000 1100011 10011 11 0 111101 10111101 1011 100011

Color Harmonies of #506063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506063

Black with #506063

Text Example


Text Example

White with #506063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506063; }

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

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

background-color css

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

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

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

border-color css

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

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

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