Html Css Color HEX #506364 River Bed

📋 copy color: '#506364'

red 80 ◦ green 99 ◦ blue 100

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

Shades of River Bed #506364

Tints of River Bed #506364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.48%

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 28.67%
G = 35.48%
B = 35.84%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#506364 (or 0x506364) is known color: River Bed. HEX triplet: 50, 63 and 64. RGB value is (80,99,100). Sum of RGB (Red+Green+Blue) = 80+99+100=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 100 - color contains mainly: blue. Hex color #506364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506364 is #AF9C9B. Grayscale: #5D5D5D. Windows color (decimal): -11508892 or 6579024. OLE color: 6579024.

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

Color convert

RGB 80 99 100 -
CMYK 0.2 0.01 0 0.61
HSL 183º 0.11% 0.35% -
HSV(B) 183º 0.2% 0.39% -
XYZ 10.07 11.55 13.76 -
YUV 93.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 80 99 100 0.2 0.01 0 0.61 183 0.11 0.35
Hex 50 63 64 14 1 0 3D B7 B 23
Octal 120 143 144 24 1 0 75 267 13 43
Binary 1010000 1100011 1100100 10100 1 0 111101 10110111 1011 100011

Color Harmonies of #506364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506364

Black with #506364

Text Example


Text Example

White with #506364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506364; }

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

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

background-color css

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

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

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

border-color css

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

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

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