#516380

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

Shades of Wedgewood #516380

Tints of Wedgewood #516380

Color information

#516380 (or 0x516380) is unknown color: approx Wedgewood. HEX triplet: 51, 63 and 80. RGB value is (81,99,128). Sum of RGB (Red+Green+Blue) = 81+99+128=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #516380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516380 is #AE9C7F. Grayscale: #606060. Windows color (decimal): -11443328 or 8414033. OLE color: 8414033.

HSL color Cylindrical-coordinate representation of color #516380: hue angle of 217.02º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516380 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8199128-
CMYK0.370.2300.50
HSL217.02º22.49%40.98%-
HSV(B)217.02º36.72%50.2%-
XYZ11.7512.2322.16-
YUV96.92145.54116.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=26.30%
G=32.14%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81991280.370.2300.50217.0222.4940.98
Hex5163802517032d91629
Octal12114320045270623312651
Binary10100011100011100000001001011011101100101101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516380; }

 p { color: rgb(81,99,128); }

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

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

 a { background-color: rgb(81,99,128); }

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

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

 span { border-color: rgb(81,99,128); }

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