#526C88

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

Shades of Wedgewood #526C88

Tints of Wedgewood #526C88

Color information

#526C88 (or 0x526C88) is unknown color: approx Wedgewood. HEX triplet: 52, 6C and 88. RGB value is (82,108,136). Sum of RGB (Red+Green+Blue) = 82+108+136=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #526C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C88 is #AD9377. Grayscale: #676767. Windows color (decimal): -11375480 or 8940626. OLE color: 8940626.

HSL color Cylindrical-coordinate representation of color #526C88: hue angle of 211.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526C88 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82108136-
CMYK0.400.2100.47
HSL211.11º24.77%42.75%-
HSV(B)211.11º39.71%53.33%-
XYZ13.2914.325.35-
YUV103.42146.39112.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=25.15%
G=33.13%
B=41.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821081360.400.2100.47211.1124.7742.75
Hex526C88281502Fd3192b
Octal12215421050250573233153
Binary10100101101100100010001010001010101011111101001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C88; }

 p { color: rgb(82,108,136); }

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

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

 a { background-color: rgb(82,108,136); }

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

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

 span { border-color: rgb(82,108,136); }

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