#52657A

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

Shades of Wedgewood #52657A

Tints of Wedgewood #52657A

Color information

#52657A (or 0x52657A) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 7A. RGB value is (82,101,122). Sum of RGB (Red+Green+Blue) = 82+101+122=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #52657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52657A is #AD9A85. Grayscale: #616161. Windows color (decimal): -11377286 or 8021330. OLE color: 8021330.

HSL color Cylindrical-coordinate representation of color #52657A: hue angle of 211.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52657A is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82101122-
CMYK0.330.1700.52
HSL211.5º19.61%40%-
HSV(B)211.5º32.79%47.84%-
XYZ11.6512.5120.21-
YUV97.71141.71116.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 122 (48.05% from 255) = 40%
R=26.89%
G=33.11%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821011220.330.1700.52211.519.6140
Hex52657A2111034d41428
Octal12214517241210643242450
Binary1010010110010111110101000011000101101001101010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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