#526683

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

Shades of Wedgewood #526683

Tints of Wedgewood #526683

Color information

#526683 (or 0x526683) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 83. RGB value is (82,102,131). Sum of RGB (Red+Green+Blue) = 82+102+131=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #526683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526683 is #AD997C. Grayscale: #636363. Windows color (decimal): -11377021 or 8611410. OLE color: 8611410.

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

Color convert

RGB82102131-
CMYK0.370.2200.49
HSL215.51º23%41.76%-
HSV(B)215.51º37.4%51.37%-
XYZ12.3312.9423.32-
YUV99.33145.87115.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=26.03%
G=32.38%
B=41.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821021310.370.2200.49215.512341.76
Hex5266832516031d8172a
Octal12214620345260613302752
Binary10100101100110100000111001011011001100011101100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526683; }

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

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

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

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

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

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

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

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