Html Css Color HEX #506E8E Wedgewood

📋 copy color: '#506E8E'

red 80 ◦ green 110 ◦ blue 142

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

Shades of Wedgewood #506E8E

Tints of Wedgewood #506E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 24.1%
G = 33.13%
B = 42.77%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506E8E (or 0x506E8E) is known color: Wedgewood. HEX triplet: 50, 6E and 8E. RGB value is (80,110,142). Sum of RGB (Red+Green+Blue) = 80+110+142=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #506E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E8E is #AF9171. Grayscale: #686868. Windows color (decimal): -11506034 or 9334352. OLE color: 9334352.

HSL color Cylindrical-coordinate representation of color #506E8E: hue angle of 210.97º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506E8E is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 110 142 -
CMYK 0.44 0.23 0 0.44
HSL 210.97º 0.28% 0.44% -
HSV(B) 210.97º 0.44% 0.56% -
XYZ 13.77 14.81 27.72 -
YUV 104.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 80 110 142 0.44 0.23 0 0.44 210.97 0.28 0.44
Hex 50 6E 8E 2C 17 0 2C D3 1C 2C
Octal 120 156 216 54 27 0 54 323 34 54
Binary 1010000 1101110 10001110 101100 10111 0 101100 11010011 11100 101100

Color Harmonies of #506E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E8E

Black with #506E8E

Text Example


Text Example

White with #506E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506E8E; }

 p { color: rgb(80,110,142); }

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

background-color css

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

 a { background-color: rgb(80,110,142); }

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

border-color css

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

 span { border-color: rgb(80,110,142); }

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