Html Css Color HEX #506786 Wedgewood

📋 copy color: '#506786'

red 80 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #506786

Tints of Wedgewood #506786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 25.24%
G = 32.49%
B = 42.27%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506786 (or 0x506786) is known color: Wedgewood. HEX triplet: 50, 67 and 86. RGB value is (80,103,134). Sum of RGB (Red+Green+Blue) = 80+103+134=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #506786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506786 is #AF9879. Grayscale: #636363. Windows color (decimal): -11507834 or 8808272. OLE color: 8808272.

HSL color Cylindrical-coordinate representation of color #506786: hue angle of 214.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506786 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 103 134 -
CMYK 0.40 0.23 0 0.47
HSL 214.44º 0.25% 0.42% -
HSV(B) 214.44º 0.4% 0.53% -
XYZ 12.46 13.13 24.43 -
YUV 99.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 80 103 134 0.40 0.23 0 0.47 214.44 0.25 0.42
Hex 50 67 86 28 17 0 2F D6 19 2A
Octal 120 147 206 50 27 0 57 326 31 52
Binary 1010000 1100111 10000110 101000 10111 0 101111 11010110 11001 101010

Color Harmonies of #506786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506786

Black with #506786

Text Example


Text Example

White with #506786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506786; }

 p { color: rgb(80,103,134); }

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

background-color css

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

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

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

border-color css

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

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

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