Html Css Color HEX #506260 River Bed

📋 copy color: '#506260'

red 80 ◦ green 98 ◦ blue 96

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

Shades of River Bed #506260

Tints of River Bed #506260

RGB

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

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

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

R = 29.2%
G = 35.77%
B = 35.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#506260 (or 0x506260) is known color: River Bed. HEX triplet: 50, 62 and 60. RGB value is (80,98,96). Sum of RGB (Red+Green+Blue) = 80+98+96=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #506260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506260 is #AF9D9F. Grayscale: #5C5C5C. Windows color (decimal): -11509152 or 6316624. OLE color: 6316624.

HSL color Cylindrical-coordinate representation of color #506260: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506260 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 96 -
CMYK 0.18 0 0.02 0.62
HSL 173.33º 0.1% 0.35% -
HSV(B) 173.33º 0.18% 0.38% -
XYZ 9.79 11.29 12.73 -
YUV 92.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 80 98 96 0.18 0 0.02 0.62 173.33 0.1 0.35
Hex 50 62 60 12 0 2 3E AD A 23
Octal 120 142 140 22 0 2 76 255 12 43
Binary 1010000 1100010 1100000 10010 0 10 111110 10101101 1010 100011

Color Harmonies of #506260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506260

Black with #506260

Text Example


Text Example

White with #506260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506260; }

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

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

background-color css

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

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

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

border-color css

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

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

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