Html Css Color HEX #506062 River Bed

📋 copy color: '#506062'

red 80 ◦ green 96 ◦ blue 98

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

Shades of River Bed #506062

Tints of River Bed #506062

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 80 96 98 -
CMYK 0.18 0.02 0 0.62
HSL 186.67º 0.1% 0.35% -
HSV(B) 186.67º 0.18% 0.38% -
XYZ 9.7 10.95 13.16 -
YUV 91.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 80 96 98 0.18 0.02 0 0.62 186.67 0.1 0.35
Hex 50 60 62 12 2 0 3E BB A 23
Octal 120 140 142 22 2 0 76 273 12 43
Binary 1010000 1100000 1100010 10010 10 0 111110 10111011 1010 100011

Color Harmonies of #506062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506062

Black with #506062

Text Example


Text Example

White with #506062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506062; }

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

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

background-color css

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

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

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

border-color css

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

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

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