Html Css Color HEX #506781 Wedgewood

📋 copy color: '#506781'

red 80 ◦ green 103 ◦ blue 129

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

Shades of Wedgewood #506781

Tints of Wedgewood #506781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 25.64%
G = 33.01%
B = 41.35%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506781 (or 0x506781) is known color: Wedgewood. HEX triplet: 50, 67 and 81. RGB value is (80,103,129). Sum of RGB (Red+Green+Blue) = 80+103+129=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #506781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506781 is #AF987E. Grayscale: #626262. Windows color (decimal): -11507839 or 8480592. OLE color: 8480592.

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

Color convert

RGB 80 103 129 -
CMYK 0.38 0.20 0 0.49
HSL 211.84º 0.23% 0.41% -
HSV(B) 211.84º 0.38% 0.51% -
XYZ 12.12 12.99 22.64 -
YUV 99.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 80 103 129 0.38 0.20 0 0.49 211.84 0.23 0.41
Hex 50 67 81 26 14 0 31 D4 17 29
Octal 120 147 201 46 24 0 61 324 27 51
Binary 1010000 1100111 10000001 100110 10100 0 110001 11010100 10111 101001

Color Harmonies of #506781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506781

Black with #506781

Text Example


Text Example

White with #506781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506781; }

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

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

background-color css

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

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

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

border-color css

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

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

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