Html Css Color HEX #506783 Wedgewood

📋 copy color: '#506783'

red 80 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #506783

Tints of Wedgewood #506783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 25.48%
G = 32.8%
B = 41.72%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506783 (or 0x506783) is known color: Wedgewood. HEX triplet: 50, 67 and 83. RGB value is (80,103,131). Sum of RGB (Red+Green+Blue) = 80+103+131=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #506783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506783 is #AF987C. Grayscale: #636363. Windows color (decimal): -11507837 or 8611664. OLE color: 8611664.

HSL color Cylindrical-coordinate representation of color #506783: hue angle of 212.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506783 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 103 131 -
CMYK 0.39 0.21 0 0.49
HSL 212.94º 0.24% 0.41% -
HSV(B) 212.94º 0.39% 0.51% -
XYZ 12.26 13.04 23.34 -
YUV 99.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 80 103 131 0.39 0.21 0 0.49 212.94 0.24 0.41
Hex 50 67 83 27 15 0 31 D5 18 29
Octal 120 147 203 47 25 0 61 325 30 51
Binary 1010000 1100111 10000011 100111 10101 0 110001 11010101 11000 101001

Color Harmonies of #506783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506783

Black with #506783

Text Example


Text Example

White with #506783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506783; }

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

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

background-color css

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

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

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

border-color css

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

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

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