#52708E

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

Shades of Wedgewood #52708E

Tints of Wedgewood #52708E

Color information

#52708E (or 0x52708E) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 8E. RGB value is (82,112,142). Sum of RGB (Red+Green+Blue) = 82+112+142=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #52708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708E is #AD8F71. Grayscale: #6A6A6A. Windows color (decimal): -11374450 or 9334866. OLE color: 9334866.

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

Color convert

RGB82112142-
CMYK0.420.2100.44
HSL210º26.79%43.92%-
HSV(B)210º42.25%55.69%-
XYZ14.1615.3427.81-
YUV106.45148.06110.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=24.40%
G=33.33%
B=42.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821121420.420.2100.4421026.7943.92
Hex52708E2A1502Cd21b2c
Octal12216021652250543223354
Binary10100101110000100011101010101010101011001101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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