#526677

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

Shades of Wedgewood #526677

Tints of Wedgewood #526677

Color information

#526677 (or 0x526677) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 77. RGB value is (82,102,119). Sum of RGB (Red+Green+Blue) = 82+102+119=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #526677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526677 is #AD9988. Grayscale: #616161. Windows color (decimal): -11377033 or 7824978. OLE color: 7824978.

HSL color Cylindrical-coordinate representation of color #526677: hue angle of 207.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526677 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82102119-
CMYK0.310.1400.53
HSL207.57º18.41%39.41%-
HSV(B)207.57º31.09%46.67%-
XYZ11.5612.6319.28-
YUV97.96139.87116.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=27.06%
G=33.66%
B=39.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821021190.310.1400.53207.5718.4139.41
Hex5266771FE035d01227
Octal12214616737160653202247
Binary10100101100110111011111111111001101011101000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526677; }

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

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

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

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

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

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

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

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