#527283

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

Shades of Wedgewood #527283

Tints of Wedgewood #527283

Color information

#527283 (or 0x527283) is unknown color: approx Wedgewood. HEX triplet: 52, 72 and 83. RGB value is (82,114,131). Sum of RGB (Red+Green+Blue) = 82+114+131=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #527283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527283 is #AD8D7C. Grayscale: #6A6A6A. Windows color (decimal): -11373949 or 8614482. OLE color: 8614482.

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

Color convert

RGB82114131-
CMYK0.370.1300.49
HSL200.82º23%41.76%-
HSV(B)200.82º37.4%51.37%-
XYZ13.5915.4723.74-
YUV106.37141.9110.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=25.08%
G=34.86%
B=40.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821141310.370.1300.49200.822341.76
Hex52728325D031c9172a
Octal12216220345150613112752
Binary1010010111001010000011100101110101100011100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527283; }

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

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

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

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

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

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

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

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