#52657B

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

Shades of Wedgewood #52657B

Tints of Wedgewood #52657B

Color information

#52657B (or 0x52657B) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 7B. RGB value is (82,101,123). Sum of RGB (Red+Green+Blue) = 82+101+123=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #52657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52657B is #AD9A84. Grayscale: #616161. Windows color (decimal): -11377285 or 8086866. OLE color: 8086866.

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

Color convert

RGB82101123-
CMYK0.330.1800.52
HSL212.2º20%40.2%-
HSV(B)212.2º33.33%48.24%-
XYZ11.7112.5320.54-
YUV97.83142.21116.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=26.80%
G=33.01%
B=40.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821011230.330.1800.52212.22040.2
Hex52657B2112034d41428
Octal12214517341220643242450
Binary1010010110010111110111000011001001101001101010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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