Html Css Color HEX #506360 River Bed

📋 copy color: '#506360'

red 80 ◦ green 99 ◦ blue 96

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

Shades of River Bed #506360

Tints of River Bed #506360

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 80 99 96 -
CMYK 0.19 0 0.03 0.61
HSL 170.53º 0.11% 0.35% -
HSV(B) 170.53º 0.19% 0.39% -
XYZ 9.88 11.47 12.76 -
YUV 92.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 80 99 96 0.19 0 0.03 0.61 170.53 0.11 0.35
Hex 50 63 60 13 0 3 3D AB B 23
Octal 120 143 140 23 0 3 75 253 13 43
Binary 1010000 1100011 1100000 10011 0 11 111101 10101011 1011 100011

Color Harmonies of #506360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506360

Black with #506360

Text Example


Text Example

White with #506360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506360; }

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

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

background-color css

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

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

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

border-color css

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

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

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