#526679

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

Shades of Wedgewood #526679

Tints of Wedgewood #526679

Color information

#526679 (or 0x526679) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 79. RGB value is (82,102,121). Sum of RGB (Red+Green+Blue) = 82+102+121=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #526679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526679 is #AD9986. Grayscale: #626262. Windows color (decimal): -11377031 or 7956050. OLE color: 7956050.

HSL color Cylindrical-coordinate representation of color #526679: hue angle of 209.23º 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 #526679 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82102121-
CMYK0.320.1600.53
HSL209.23º19.21%39.8%-
HSV(B)209.23º32.23%47.45%-
XYZ11.6812.6819.92-
YUV98.19140.87116.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=26.89%
G=33.44%
B=39.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821021210.320.1600.53209.2319.2139.8
Hex5266792010035d11328
Octal12214617140200653212350
Binary1010010110011011110011000001000001101011101000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526679; }

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

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

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

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

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

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

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

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