#52667A

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

Shades of Wedgewood #52667A

Tints of Wedgewood #52667A

Color information

#52667A (or 0x52667A) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 7A. RGB value is (82,102,122). Sum of RGB (Red+Green+Blue) = 82+102+122=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #52667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667A is #AD9985. Grayscale: #626262. Windows color (decimal): -11377030 or 8021586. OLE color: 8021586.

HSL color Cylindrical-coordinate representation of color #52667A: hue angle of 210º 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 #52667A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82102122-
CMYK0.330.1600.52
HSL210º19.61%40%-
HSV(B)210º32.79%47.84%-
XYZ11.7412.720.25-
YUV98.3141.37116.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=26.80%
G=33.33%
B=39.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821021220.330.1600.5221019.6140
Hex52667A2110034d21428
Octal12214617241200643222450
Binary1010010110011011110101000011000001101001101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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