Html Css Color HEX #506E8B Wedgewood

📋 copy color: '#506E8B'

red 80 ◦ green 110 ◦ blue 139

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

Shades of Wedgewood #506E8B

Tints of Wedgewood #506E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 24.32%
G = 33.43%
B = 42.25%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#506E8B (or 0x506E8B) is known color: Wedgewood. HEX triplet: 50, 6E and 8B. RGB value is (80,110,139). Sum of RGB (Red+Green+Blue) = 80+110+139=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #506E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E8B is #AF9174. Grayscale: #686868. Windows color (decimal): -11506037 or 9137744. OLE color: 9137744.

HSL color Cylindrical-coordinate representation of color #506E8B: hue angle of 209.49º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506E8B is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 110 139 -
CMYK 0.42 0.21 0 0.45
HSL 209.49º 0.27% 0.43% -
HSV(B) 209.49º 0.42% 0.55% -
XYZ 13.54 14.72 26.55 -
YUV 104.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 80 110 139 0.42 0.21 0 0.45 209.49 0.27 0.43
Hex 50 6E 8B 2A 15 0 2D D1 1B 2B
Octal 120 156 213 52 25 0 55 321 33 53
Binary 1010000 1101110 10001011 101010 10101 0 101101 11010001 11011 101011

Color Harmonies of #506E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E8B

Black with #506E8B

Text Example


Text Example

White with #506E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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