#52708C

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

Shades of Wedgewood #52708C

Tints of Wedgewood #52708C

Color information

#52708C (or 0x52708C) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 8C. RGB value is (82,112,140). Sum of RGB (Red+Green+Blue) = 82+112+140=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #52708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708C is #AD8F73. Grayscale: #6A6A6A. Windows color (decimal): -11374452 or 9203794. OLE color: 9203794.

HSL color Cylindrical-coordinate representation of color #52708C: hue angle of 208.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52708C is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82112140-
CMYK0.410.2000.45
HSL208.97º26.13%43.53%-
HSV(B)208.97º41.43%54.9%-
XYZ14.0115.2827.02-
YUV106.22147.06110.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=24.55%
G=33.53%
B=41.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821121400.410.2000.45208.9726.1343.53
Hex52708C291402Dd11a2c
Octal12216021451240553213254
Binary10100101110000100011001010011010001011011101000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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