#52667D

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

Shades of Wedgewood #52667D

Tints of Wedgewood #52667D

Color information

#52667D (or 0x52667D) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 7D. RGB value is (82,102,125). Sum of RGB (Red+Green+Blue) = 82+102+125=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #52667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667D is #AD9982. Grayscale: #626262. Windows color (decimal): -11377027 or 8218194. OLE color: 8218194.

HSL color Cylindrical-coordinate representation of color #52667D: hue angle of 212.09º 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 #52667D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82102125-
CMYK0.340.1800.51
HSL212.09º20.77%40.59%-
HSV(B)212.09º34.4%49.02%-
XYZ11.9312.7821.24-
YUV98.64142.87116.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=26.54%
G=33.01%
B=40.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821021250.340.1800.51212.0920.7740.59
Hex52667D2212033d41529
Octal12214617542220633242551
Binary1010010110011011111011000101001001100111101010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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