#526F8D

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

Shades of Wedgewood #526F8D

Tints of Wedgewood #526F8D

Color information

#526F8D (or 0x526F8D) is unknown color: approx Wedgewood. HEX triplet: 52, 6F and 8D. RGB value is (82,111,141). Sum of RGB (Red+Green+Blue) = 82+111+141=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #526F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F8D is #AD9072. Grayscale: #696969. Windows color (decimal): -11374707 or 9269074. OLE color: 9269074.

HSL color Cylindrical-coordinate representation of color #526F8D: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526F8D is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82111141-
CMYK0.420.2100.45
HSL210.51º26.46%43.73%-
HSV(B)210.51º41.84%55.29%-
XYZ13.9715.0927.37-
YUV105.75147.89111.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=24.55%
G=33.23%
B=42.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821111410.420.2100.45210.5126.4643.73
Hex526F8D2A1502Dd31a2c
Octal12215721552250553233254
Binary10100101101111100011011010101010101011011101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,141); }

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

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

 a { background-color: rgb(82,111,141); }

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

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

 span { border-color: rgb(82,111,141); }

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