#527088

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

Shades of Wedgewood #527088

Tints of Wedgewood #527088

Color information

#527088 (or 0x527088) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 88. RGB value is (82,112,136). Sum of RGB (Red+Green+Blue) = 82+112+136=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #527088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527088 is #AD8F77. Grayscale: #696969. Windows color (decimal): -11374456 or 8941650. OLE color: 8941650.

HSL color Cylindrical-coordinate representation of color #527088: hue angle of 206.67º 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 #527088 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82112136-
CMYK0.400.1800.47
HSL206.67º24.77%42.75%-
HSV(B)206.67º39.71%53.33%-
XYZ13.7215.1625.5-
YUV105.77145.06111.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=24.85%
G=33.94%
B=41.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821121360.400.1800.47206.6724.7742.75
Hex527088281202Fcf192b
Octal12216021050220573173153
Binary10100101110000100010001010001001001011111100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527088; }

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

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

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

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

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

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

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

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