#526785

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

Shades of Wedgewood #526785

Tints of Wedgewood #526785

Color information

#526785 (or 0x526785) is unknown color: approx Wedgewood. HEX triplet: 52, 67 and 85. RGB value is (82,103,133). Sum of RGB (Red+Green+Blue) = 82+103+133=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #526785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526785 is #AD987A. Grayscale: #636363. Windows color (decimal): -11376763 or 8742738. OLE color: 8742738.

HSL color Cylindrical-coordinate representation of color #526785: hue angle of 215.29º degrees, saturation: 0.24, 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 #526785 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82103133-
CMYK0.380.2300.48
HSL215.29º23.72%42.16%-
HSV(B)215.29º38.35%52.16%-
XYZ12.5613.1924.07-
YUV100.14146.54115.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=25.79%
G=32.39%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821031330.380.2300.48215.2923.7242.16
Hex5267852617030d7182a
Octal12214720546270603273052
Binary10100101100111100001011001101011101100001101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526785; }

 p { color: rgb(82,103,133); }

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

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

 a { background-color: rgb(82,103,133); }

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

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

 span { border-color: rgb(82,103,133); }

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