#527187

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

Shades of Wedgewood #527187

Tints of Wedgewood #527187

Color information

#527187 (or 0x527187) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 87. RGB value is (82,113,135). Sum of RGB (Red+Green+Blue) = 82+113+135=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #527187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527187 is #AD8E78. Grayscale: #6A6A6A. Windows color (decimal): -11374201 or 8876370. OLE color: 8876370.

HSL color Cylindrical-coordinate representation of color #527187: hue angle of 204.91º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527187 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82113135-
CMYK0.390.1600.47
HSL204.91º24.42%42.55%-
HSV(B)204.91º39.26%52.94%-
XYZ13.7615.3525.16-
YUV106.24144.23110.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=24.85%
G=34.24%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821131350.390.1600.47204.9124.4242.55
Hex527187271002Fcd182b
Octal12216120747200573153053
Binary10100101110001100001111001111000001011111100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527187; }

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

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

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

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

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

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

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

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