#52728E

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

Shades of Wedgewood #52728E

Tints of Wedgewood #52728E

Color information

#52728E (or 0x52728E) is unknown color: approx Wedgewood. HEX triplet: 52, 72 and 8E. RGB value is (82,114,142). Sum of RGB (Red+Green+Blue) = 82+114+142=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #52728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52728E is #AD8D71. Grayscale: #6B6B6B. Windows color (decimal): -11373938 or 9335378. OLE color: 9335378.

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

Color convert

RGB82114142-
CMYK0.420.2000.44
HSL208º26.79%43.92%-
HSV(B)208º42.25%55.69%-
XYZ14.3815.7827.88-
YUV107.62147.4109.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=24.26%
G=33.73%
B=42.01%

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
Decimal821141420.420.2000.4420826.7943.92
Hex52728E2A1402Cd01b2c
Octal12216221652240543203354
Binary10100101110010100011101010101010001011001101000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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