#516779

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

Shades of Wedgewood #516779

Tints of Wedgewood #516779

Color information

#516779 (or 0x516779) is unknown color: approx Wedgewood. HEX triplet: 51, 67 and 79. RGB value is (81,103,121). Sum of RGB (Red+Green+Blue) = 81+103+121=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #516779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516779 is #AE9886. Grayscale: #626262. Windows color (decimal): -11442311 or 7956305. OLE color: 7956305.

HSL color Cylindrical-coordinate representation of color #516779: hue angle of 207º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516779 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81103121-
CMYK0.330.1500.53
HSL207º19.8%39.61%-
HSV(B)207º33.06%47.45%-
XYZ11.6912.8319.95-
YUV98.47140.71115.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=26.56%
G=33.77%
B=39.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811031210.330.1500.5320719.839.61
Hex51677921F035cf1428
Octal12114717141170653172450
Binary101000111001111111001100001111101101011100111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516779; }

 p { color: rgb(81,103,121); }

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

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

 a { background-color: rgb(81,103,121); }

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

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

 span { border-color: rgb(81,103,121); }

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