#527188

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

Shades of Wedgewood #527188

Tints of Wedgewood #527188

Color information

#527188 (or 0x527188) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 88. RGB value is (82,113,136). Sum of RGB (Red+Green+Blue) = 82+113+136=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #527188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527188 is #AD8E77. Grayscale: #6A6A6A. Windows color (decimal): -11374200 or 8941906. OLE color: 8941906.

HSL color Cylindrical-coordinate representation of color #527188: hue angle of 205.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527188 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82113136-
CMYK0.400.1700.47
HSL205.56º24.77%42.75%-
HSV(B)205.56º39.71%53.33%-
XYZ13.8315.3825.53-
YUV106.35144.73110.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=24.77%
G=34.14%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821131360.400.1700.47205.5624.7742.75
Hex527188281102Fce192b
Octal12216121050210573163153
Binary10100101110001100010001010001000101011111100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527188; }

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

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

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

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

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

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

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

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