#526678

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

Shades of Wedgewood #526678

Tints of Wedgewood #526678

Color information

#526678 (or 0x526678) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 78. RGB value is (82,102,120). Sum of RGB (Red+Green+Blue) = 82+102+120=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #526678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526678 is #AD9987. Grayscale: #616161. Windows color (decimal): -11377032 or 7890514. OLE color: 7890514.

HSL color Cylindrical-coordinate representation of color #526678: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526678 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82102120-
CMYK0.320.1500.53
HSL208.42º18.81%39.61%-
HSV(B)208.42º31.67%47.06%-
XYZ11.6212.6519.6-
YUV98.07140.37116.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=26.97%
G=33.55%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821021200.320.1500.53208.4218.8139.61
Hex52667820F035d01328
Octal12214617040170653202350
Binary101001011001101111000100000111101101011101000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526678; }

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

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

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

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

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

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

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

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