#52647B

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

Shades of Wedgewood #52647B

Tints of Wedgewood #52647B

Color information

#52647B (or 0x52647B) is unknown color: approx Wedgewood. HEX triplet: 52, 64 and 7B. RGB value is (82,100,123). Sum of RGB (Red+Green+Blue) = 82+100+123=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #52647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52647B is #AD9B84. Grayscale: #616161. Windows color (decimal): -11377541 or 8086610. OLE color: 8086610.

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

Color convert

RGB82100123-
CMYK0.330.1900.52
HSL213.66º20%40.2%-
HSV(B)213.66º33.33%48.24%-
XYZ11.6112.3420.51-
YUV97.24142.54117.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=26.89%
G=32.79%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821001230.330.1900.52213.662040.2
Hex52647B2113034d61428
Octal12214417341230643262450
Binary1010010110010011110111000011001101101001101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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