#526F84

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

Shades of Wedgewood #526F84

Tints of Wedgewood #526F84

Color information

#526F84 (or 0x526F84) is unknown color: approx Wedgewood. HEX triplet: 52, 6F and 84. RGB value is (82,111,132). Sum of RGB (Red+Green+Blue) = 82+111+132=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #526F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F84 is #AD907B. Grayscale: #686868. Windows color (decimal): -11374716 or 8679250. OLE color: 8679250.

HSL color Cylindrical-coordinate representation of color #526F84: hue angle of 205.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526F84 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82111132-
CMYK0.380.1600.48
HSL205.2º23.36%41.96%-
HSV(B)205.2º37.88%51.76%-
XYZ13.3314.8323.99-
YUV104.72143.39111.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=25.23%
G=34.15%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821111320.380.1600.48205.223.3641.96
Hex526F842610030cd172a
Octal12215720446200603152752
Binary10100101101111100001001001101000001100001100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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