#526783

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

Shades of Wedgewood #526783

Tints of Wedgewood #526783

Color information

#526783 (or 0x526783) is unknown color: approx Wedgewood. HEX triplet: 52, 67 and 83. RGB value is (82,103,131). Sum of RGB (Red+Green+Blue) = 82+103+131=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #526783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526783 is #AD987C. Grayscale: #636363. Windows color (decimal): -11376765 or 8611666. OLE color: 8611666.

HSL color Cylindrical-coordinate representation of color #526783: hue angle of 214.29º 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 #526783 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82103131-
CMYK0.370.2100.49
HSL214.29º23%41.76%-
HSV(B)214.29º37.4%51.37%-
XYZ12.4313.1323.35-
YUV99.91145.54115.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=25.95%
G=32.59%
B=41.46%

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
Decimal821031310.370.2100.49214.292341.76
Hex5267832515031d6172a
Octal12214720345250613262752
Binary10100101100111100000111001011010101100011101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526783; }

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

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

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

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

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

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

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

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