Html Css Color HEX #506262 River Bed

📋 copy color: '#506262'

red 80 ◦ green 98 ◦ blue 98

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

Shades of River Bed #506262

Tints of River Bed #506262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 28.99%
G = 35.51%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#506262 (or 0x506262) is known color: River Bed. HEX triplet: 50, 62 and 62. RGB value is (80,98,98). Sum of RGB (Red+Green+Blue) = 80+98+98=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #506262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506262 is #AF9D9D. Grayscale: #5C5C5C. Windows color (decimal): -11509150 or 6447696. OLE color: 6447696.

HSL color Cylindrical-coordinate representation of color #506262: hue angle of 180º 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 #506262 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 98 -
CMYK 0.18 0 0 0.62
HSL 180º 0.1% 0.35% -
HSV(B) 180º 0.18% 0.38% -
XYZ 9.88 11.32 13.22 -
YUV 92.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 80 98 98 0.18 0 0 0.62 180 0.1 0.35
Hex 50 62 62 12 0 0 3E B4 A 23
Octal 120 142 142 22 0 0 76 264 12 43
Binary 1010000 1100010 1100010 10010 0 0 111110 10110100 1010 100011

Color Harmonies of #506262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506262

Black with #506262

Text Example


Text Example

White with #506262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506262; }

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

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

background-color css

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

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

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

border-color css

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

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

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