#52677A

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

Shades of Wedgewood #52677A

Tints of Wedgewood #52677A

Color information

#52677A (or 0x52677A) is unknown color: approx Wedgewood. HEX triplet: 52, 67 and 7A. RGB value is (82,103,122). Sum of RGB (Red+Green+Blue) = 82+103+122=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #52677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52677A is #AD9885. Grayscale: #626262. Windows color (decimal): -11376774 or 8021842. OLE color: 8021842.

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

Color convert

RGB82103122-
CMYK0.330.1600.52
HSL208.5º19.61%40%-
HSV(B)208.5º32.79%47.84%-
XYZ11.8412.920.28-
YUV98.89141.04115.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=26.71%
G=33.55%
B=39.74%

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
Decimal821031220.330.1600.52208.519.6140
Hex52677A2110034d01428
Octal12214717241200643202450
Binary1010010110011111110101000011000001101001101000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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