#52718E

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

Shades of Wedgewood #52718E

Tints of Wedgewood #52718E

Color information

#52718E (or 0x52718E) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 8E. RGB value is (82,113,142). Sum of RGB (Red+Green+Blue) = 82+113+142=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #52718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52718E is #AD8E71. Grayscale: #6A6A6A. Windows color (decimal): -11374194 or 9335122. OLE color: 9335122.

HSL color Cylindrical-coordinate representation of color #52718E: hue angle of 209º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52718E is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82113142-
CMYK0.420.2000.44
HSL209º26.79%43.92%-
HSV(B)209º42.25%55.69%-
XYZ14.2715.5627.84-
YUV107.04147.73110.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=24.33%
G=33.53%
B=42.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821131420.420.2000.4420926.7943.92
Hex52718E2A1402Cd11b2c
Octal12216121652240543213354
Binary10100101110001100011101010101010001011001101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52718E; }

 p { color: rgb(82,113,142); }

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

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

 a { background-color: rgb(82,113,142); }

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

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

 span { border-color: rgb(82,113,142); }

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