#52667B

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

Shades of Wedgewood #52667B

Tints of Wedgewood #52667B

Color information

#52667B (or 0x52667B) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 7B. RGB value is (82,102,123). Sum of RGB (Red+Green+Blue) = 82+102+123=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #52667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667B is #AD9984. Grayscale: #626262. Windows color (decimal): -11377029 or 8087122. OLE color: 8087122.

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

Color convert

RGB82102123-
CMYK0.330.1700.52
HSL210.73º20%40.2%-
HSV(B)210.73º33.33%48.24%-
XYZ11.8112.7320.57-
YUV98.41141.87116.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=26.71%
G=33.22%
B=40.07%

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
Decimal821021230.330.1700.52210.732040.2
Hex52667B2111034d31428
Octal12214617341210643232450
Binary1010010110011011110111000011000101101001101001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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