Html Css Color HEX #506886 Wedgewood

📋 copy color: '#506886'

red 80 ◦ green 104 ◦ blue 134

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

Shades of Wedgewood #506886

Tints of Wedgewood #506886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 25.16%
G = 32.7%
B = 42.14%

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

#506886 (or 0x506886) is known color: Wedgewood. HEX triplet: 50, 68 and 86. RGB value is (80,104,134). Sum of RGB (Red+Green+Blue) = 80+104+134=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #506886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506886 is #AF9779. Grayscale: #646464. Windows color (decimal): -11507578 or 8808528. OLE color: 8808528.

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

Color convert

RGB 80 104 134 -
CMYK 0.40 0.22 0 0.47
HSL 213.33º 0.25% 0.42% -
HSV(B) 213.33º 0.4% 0.53% -
XYZ 12.56 13.33 24.46 -
YUV 100.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 80 104 134 0.40 0.22 0 0.47 213.33 0.25 0.42
Hex 50 68 86 28 16 0 2F D5 19 2A
Octal 120 150 206 50 26 0 57 325 31 52
Binary 1010000 1101000 10000110 101000 10110 0 101111 11010101 11001 101010

Color Harmonies of #506886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506886

Black with #506886

Text Example


Text Example

White with #506886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506886; }

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

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

background-color css

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

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

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

border-color css

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

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

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