#517184

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

Shades of Wedgewood #517184

Tints of Wedgewood #517184

Color information

#517184 (or 0x517184) is unknown color: approx Wedgewood. HEX triplet: 51, 71 and 84. RGB value is (81,113,132). Sum of RGB (Red+Green+Blue) = 81+113+132=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #517184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517184 is #AE8E7B. Grayscale: #696969. Windows color (decimal): -11439740 or 8679761. OLE color: 8679761.

HSL color Cylindrical-coordinate representation of color #517184: hue angle of 202.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517184 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81113132-
CMYK0.390.1400.48
HSL202.35º23.94%41.76%-
HSV(B)202.35º38.64%51.76%-
XYZ13.4615.2324.06-
YUV105.6142.9110.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=24.85%
G=34.66%
B=40.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811131320.390.1400.48202.3523.9441.76
Hex51718427E030ca182a
Octal12116120447160603123052
Binary1010001111000110000100100111111001100001100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517184; }

 p { color: rgb(81,113,132); }

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

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

 a { background-color: rgb(81,113,132); }

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

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

 span { border-color: rgb(81,113,132); }

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