#526883

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

Shades of Wedgewood #526883

Tints of Wedgewood #526883

Color information

#526883 (or 0x526883) is unknown color: approx Wedgewood. HEX triplet: 52, 68 and 83. RGB value is (82,104,131). Sum of RGB (Red+Green+Blue) = 82+104+131=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #526883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526883 is #AD977C. Grayscale: #646464. Windows color (decimal): -11376509 or 8611922. OLE color: 8611922.

HSL color Cylindrical-coordinate representation of color #526883: hue angle of 213.06º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526883 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82104131-
CMYK0.370.2100.49
HSL213.06º23%41.76%-
HSV(B)213.06º37.4%51.37%-
XYZ12.5313.3323.39-
YUV100.5145.21114.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=25.87%
G=32.81%
B=41.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821041310.370.2100.49213.062341.76
Hex5268832515031d5172a
Octal12215020345250613252752
Binary10100101101000100000111001011010101100011101010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526883; }

 p { color: rgb(82,104,131); }

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

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

 a { background-color: rgb(82,104,131); }

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

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

 span { border-color: rgb(82,104,131); }

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