#52657F

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

Shades of Wedgewood #52657F

Tints of Wedgewood #52657F

Color information

#52657F (or 0x52657F) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 7F. RGB value is (82,101,127). Sum of RGB (Red+Green+Blue) = 82+101+127=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #52657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52657F is #AD9A80. Grayscale: #626262. Windows color (decimal): -11377281 or 8349010. OLE color: 8349010.

HSL color Cylindrical-coordinate representation of color #52657F: hue angle of 214.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52657F is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82101127-
CMYK0.350.2000.50
HSL214.67º21.53%40.98%-
HSV(B)214.67º35.43%49.8%-
XYZ11.9612.6321.89-
YUV98.28144.21116.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 127 (50% from 255) = 40.97%
R=26.45%
G=32.58%
B=40.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821011270.350.2000.50214.6721.5340.98
Hex52657F2314032d71629
Octal12214517743240623272651
Binary1010010110010111111111000111010001100101101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52657F; }

 p { color: rgb(82,101,127); }

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

<style>
 a { background-color: #52657F; }

 a { background-color: rgb(82,101,127); }

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

<style>
 span { border-color: #52657F; }

 span { border-color: rgb(82,101,127); }

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