#516583

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

Shades of Wedgewood #516583

Tints of Wedgewood #516583

Color information

#516583 (or 0x516583) is unknown color: approx Wedgewood. HEX triplet: 51, 65 and 83. RGB value is (81,101,131). Sum of RGB (Red+Green+Blue) = 81+101+131=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #516583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516583 is #AE9A7C. Grayscale: #626262. Windows color (decimal): -11442813 or 8611153. OLE color: 8611153.

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

Color convert

RGB81101131-
CMYK0.380.2300.49
HSL216º23.58%41.57%-
HSV(B)216º38.17%51.37%-
XYZ12.1412.723.28-
YUV98.44146.37115.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=25.88%
G=32.27%
B=41.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811011310.380.2300.4921623.5841.57
Hex5165832617031d8182a
Octal12114520346270613303052
Binary10100011100101100000111001101011101100011101100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516583; }

 p { color: rgb(81,101,131); }

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

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

 a { background-color: rgb(81,101,131); }

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

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

 span { border-color: rgb(81,101,131); }

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