#527895

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

Shades of Wedgewood #527895

Tints of Wedgewood #527895

Color information

#527895 (or 0x527895) is unknown color: approx Wedgewood. HEX triplet: 52, 78 and 95. RGB value is (82,120,149). Sum of RGB (Red+Green+Blue) = 82+120+149=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #527895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527895 is #AD876A. Grayscale: #6F6F6F. Windows color (decimal): -11372395 or 9795666. OLE color: 9795666.

HSL color Cylindrical-coordinate representation of color #527895: hue angle of 205.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527895 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82120149-
CMYK0.450.1900.42
HSL205.97º29%45.29%-
HSV(B)205.97º44.97%58.43%-
XYZ15.6217.430.97-
YUV111.94148.91106.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=23.36%
G=34.19%
B=42.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821201490.450.1900.42205.972945.29
Hex5278952D1302Ace1d2d
Octal12217022555230523163555
Binary10100101111000100101011011011001101010101100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527895; }

 p { color: rgb(82,120,149); }

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

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

 a { background-color: rgb(82,120,149); }

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

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

 span { border-color: rgb(82,120,149); }

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