#52708A

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

Shades of Wedgewood #52708A

Tints of Wedgewood #52708A

Color information

#52708A (or 0x52708A) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 8A. RGB value is (82,112,138). Sum of RGB (Red+Green+Blue) = 82+112+138=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #52708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708A is #AD8F75. Grayscale: #696969. Windows color (decimal): -11374454 or 9072722. OLE color: 9072722.

HSL color Cylindrical-coordinate representation of color #52708A: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52708A is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82112138-
CMYK0.410.1900.46
HSL207.86º25.45%43.14%-
HSV(B)207.86º40.58%54.12%-
XYZ13.8615.2226.25-
YUV105.99146.06110.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=24.70%
G=33.73%
B=41.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821121380.410.1900.46207.8625.4543.14
Hex52708A291302Ed0192b
Octal12216021251230563203153
Binary10100101110000100010101010011001101011101101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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