#52687C

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

Shades of Wedgewood #52687C

Tints of Wedgewood #52687C

Color information

#52687C (or 0x52687C) is unknown color: approx Wedgewood. HEX triplet: 52, 68 and 7C. RGB value is (82,104,124). Sum of RGB (Red+Green+Blue) = 82+104+124=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #52687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687C is #AD9783. Grayscale: #636363. Windows color (decimal): -11376516 or 8153170. OLE color: 8153170.

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

Color convert

RGB82104124-
CMYK0.340.1600.51
HSL208.57º20.39%40.39%-
HSV(B)208.57º33.87%48.63%-
XYZ12.0713.1520.97-
YUV99.7141.71115.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 124 (48.83% from 255) = 40%
R=26.45%
G=33.55%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821041240.340.1600.51208.5720.3940.39
Hex52687C2210033d11428
Octal12215017442200633212450
Binary1010010110100011111001000101000001100111101000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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