#517284

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

Shades of Wedgewood #517284

Tints of Wedgewood #517284

Color information

#517284 (or 0x517284) is unknown color: approx Wedgewood. HEX triplet: 51, 72 and 84. RGB value is (81,114,132). Sum of RGB (Red+Green+Blue) = 81+114+132=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #517284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517284 is #AE8D7B. Grayscale: #6A6A6A. Windows color (decimal): -11439484 or 8680017. OLE color: 8680017.

HSL color Cylindrical-coordinate representation of color #517284: hue angle of 201.18º 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 #517284 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81114132-
CMYK0.390.1400.48
HSL201.18º23.94%41.76%-
HSV(B)201.18º38.64%51.76%-
XYZ13.5815.4524.1-
YUV106.18142.57110.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=24.77%
G=34.86%
B=40.37%

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
Decimal811141320.390.1400.48201.1823.9441.76
Hex51728427E030c9182a
Octal12116220447160603113052
Binary1010001111001010000100100111111001100001100100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517284; }

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

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

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

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

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

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

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

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