#52738E

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

Shades of Wedgewood #52738E

Tints of Wedgewood #52738E

Color information

#52738E (or 0x52738E) is unknown color: approx Wedgewood. HEX triplet: 52, 73 and 8E. RGB value is (82,115,142). Sum of RGB (Red+Green+Blue) = 82+115+142=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #52738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52738E is #AD8C71. Grayscale: #6C6C6C. Windows color (decimal): -11373682 or 9335634. OLE color: 9335634.

HSL color Cylindrical-coordinate representation of color #52738E: hue angle of 207º 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 #52738E is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82115142-
CMYK0.420.1900.44
HSL207º26.79%43.92%-
HSV(B)207º42.25%55.69%-
XYZ14.4916.0127.92-
YUV108.21147.07109.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=24.19%
G=33.92%
B=41.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821151420.420.1900.4420726.7943.92
Hex52738E2A1302Ccf1b2c
Octal12216321652230543173354
Binary10100101110011100011101010101001101011001100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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