Html Css Color HEX #506060 River Bed

📋 copy color: '#506060'

red 80 ◦ green 96 ◦ blue 96

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

Shades of River Bed #506060

Tints of River Bed #506060

RGB

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

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

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

R = 29.41%
G = 35.29%
B = 35.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#506060 (or 0x506060) is known color: River Bed. HEX triplet: 50, 60 and 60. RGB value is (80,96,96). Sum of RGB (Red+Green+Blue) = 80+96+96=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #506060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506060 is #AF9F9F. Grayscale: #5B5B5B. Windows color (decimal): -11509664 or 6316112. OLE color: 6316112.

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

Color convert

RGB 80 96 96 -
CMYK 0.17 0 0 0.62
HSL 180º 0.09% 0.35% -
HSV(B) 180º 0.17% 0.38% -
XYZ 9.6 10.92 12.67 -
YUV 91.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 80 96 96 0.17 0 0 0.62 180 0.09 0.35
Hex 50 60 60 11 0 0 3E B4 9 23
Octal 120 140 140 21 0 0 76 264 11 43
Binary 1010000 1100000 1100000 10001 0 0 111110 10110100 1001 100011

Color Harmonies of #506060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506060

Black with #506060

Text Example


Text Example

White with #506060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506060; }

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

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

background-color css

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

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

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

border-color css

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

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

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