Html Css Color HEX #506980 Wedgewood

📋 copy color: '#506980'

red 80 ◦ green 105 ◦ blue 128

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

Shades of Wedgewood #506980

Tints of Wedgewood #506980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 25.56%
G = 33.55%
B = 40.89%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#506980 (or 0x506980) is known color: Wedgewood. HEX triplet: 50, 69 and 80. RGB value is (80,105,128). Sum of RGB (Red+Green+Blue) = 80+105+128=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #506980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506980 is #AF967F. Grayscale: #646464. Windows color (decimal): -11507328 or 8415568. OLE color: 8415568.

HSL color Cylindrical-coordinate representation of color #506980: hue angle of 208.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506980 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 105 128 -
CMYK 0.38 0.18 0 0.50
HSL 208.75º 0.23% 0.41% -
HSV(B) 208.75º 0.38% 0.5% -
XYZ 12.26 13.37 22.36 -
YUV 100.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 80 105 128 0.38 0.18 0 0.50 208.75 0.23 0.41
Hex 50 69 80 26 12 0 32 D1 17 29
Octal 120 151 200 46 22 0 62 321 27 51
Binary 1010000 1101001 10000000 100110 10010 0 110010 11010001 10111 101001

Color Harmonies of #506980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506980

Black with #506980

Text Example


Text Example

White with #506980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506980; }

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

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

background-color css

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

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

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

border-color css

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

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

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