#527184

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

Shades of Wedgewood #527184

Tints of Wedgewood #527184

Color information

#527184 (or 0x527184) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 84. RGB value is (82,113,132). Sum of RGB (Red+Green+Blue) = 82+113+132=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #527184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527184 is #AD8E7B. Grayscale: #696969. Windows color (decimal): -11374204 or 8679762. OLE color: 8679762.

HSL color Cylindrical-coordinate representation of color #527184: hue angle of 202.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527184 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82113132-
CMYK0.380.1400.48
HSL202.8º23.36%41.96%-
HSV(B)202.8º37.88%51.76%-
XYZ13.5515.2724.06-
YUV105.9142.73110.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=25.08%
G=34.56%
B=40.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821131320.380.1400.48202.823.3641.96
Hex52718426E030cb172a
Octal12216120446160603132752
Binary1010010111000110000100100110111001100001100101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527184; }

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

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

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

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

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

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

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

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