Html Css Color HEX #506986 Wedgewood

📋 copy color: '#506986'

red 80 ◦ green 105 ◦ blue 134

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

Shades of Wedgewood #506986

Tints of Wedgewood #506986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 25.08%
G = 32.92%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506986 (or 0x506986) is known color: Wedgewood. HEX triplet: 50, 69 and 86. RGB value is (80,105,134). Sum of RGB (Red+Green+Blue) = 80+105+134=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #506986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506986 is #AF9679. Grayscale: #646464. Windows color (decimal): -11507322 or 8808784. OLE color: 8808784.

HSL color Cylindrical-coordinate representation of color #506986: hue angle of 212.22º 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 #506986 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 105 134 -
CMYK 0.40 0.22 0 0.47
HSL 212.22º 0.25% 0.42% -
HSV(B) 212.22º 0.4% 0.53% -
XYZ 12.66 13.53 24.5 -
YUV 100.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 80 105 134 0.40 0.22 0 0.47 212.22 0.25 0.42
Hex 50 69 86 28 16 0 2F D4 19 2A
Octal 120 151 206 50 26 0 57 324 31 52
Binary 1010000 1101001 10000110 101000 10110 0 101111 11010100 11001 101010

Color Harmonies of #506986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506986

Black with #506986

Text Example


Text Example

White with #506986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506986; }

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

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

background-color css

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

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

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

border-color css

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

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

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