#52687D

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

Shades of Wedgewood #52687D

Tints of Wedgewood #52687D

Color information

#52687D (or 0x52687D) is unknown color: approx Wedgewood. HEX triplet: 52, 68 and 7D. RGB value is (82,104,125). Sum of RGB (Red+Green+Blue) = 82+104+125=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #52687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687D is #AD9782. Grayscale: #636363. Windows color (decimal): -11376515 or 8218706. OLE color: 8218706.

HSL color Cylindrical-coordinate representation of color #52687D: hue angle of 209.3º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52687D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82104125-
CMYK0.340.1700.51
HSL209.3º20.77%40.59%-
HSV(B)209.3º34.4%49.02%-
XYZ12.1313.1821.31-
YUV99.82142.21115.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=26.37%
G=33.44%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821041250.340.1700.51209.320.7740.59
Hex52687D2211033d11529
Octal12215017542210633212551
Binary1010010110100011111011000101000101100111101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52687D; }

 p { color: rgb(82,104,125); }

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

<style>
 a { background-color: #52687D; }

 a { background-color: rgb(82,104,125); }

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

<style>
 span { border-color: #52687D; }

 span { border-color: rgb(82,104,125); }

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