#506C8B

Color #506C8B Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #506C8B

Tints of Wedgewood #506C8B

Color information

#506C8B (or 0x506C8B) is unknown color: approx Wedgewood. HEX triplet: 50, 6C and 8B. RGB value is (80,108,139). Sum of RGB (Red+Green+Blue) = 80+108+139=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #506C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C8B is #AF9374. Grayscale: #676767. Windows color (decimal): -11506549 or 9137232. OLE color: 9137232.

HSL color Cylindrical-coordinate representation of color #506C8B: hue angle of 211.53º 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 #506C8B is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80108139-
CMYK0.420.2200.45
HSL211.53º26.94%42.94%-
HSV(B)211.53º42.45%54.51%-
XYZ13.3314.2926.48-
YUV103.16148.22111.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=24.46%
G=33.03%
B=42.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801081390.420.2200.45211.5326.9442.94
Hex506C8B2A1602Dd41b2b
Octal12015421352260553243353
Binary10100001101100100010111010101011001011011101010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #506C8B;
 }
 .AnyTagClassName
 {
   color: #506C8B;
 }
</style>
background-color css

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

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

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

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

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

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