#527183

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

Shades of Wedgewood #527183

Tints of Wedgewood #527183

Color information

#527183 (or 0x527183) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 83. RGB value is (82,113,131). Sum of RGB (Red+Green+Blue) = 82+113+131=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #527183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527183 is #AD8E7C. Grayscale: #696969. Windows color (decimal): -11374205 or 8614226. OLE color: 8614226.

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

Color convert

RGB82113131-
CMYK0.370.1400.49
HSL202.04º23%41.76%-
HSV(B)202.04º37.4%51.37%-
XYZ13.4815.2423.7-
YUV105.78142.23111.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=25.15%
G=34.66%
B=40.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821131310.370.1400.49202.042341.76
Hex52718325E031ca172a
Octal12216120345160613122752
Binary1010010111000110000011100101111001100011100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527183; }

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

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

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

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

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

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

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

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