#527791

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

Shades of Wedgewood #527791

Tints of Wedgewood #527791

Color information

#527791 (or 0x527791) is unknown color: approx Wedgewood. HEX triplet: 52, 77 and 91. RGB value is (82,119,145). Sum of RGB (Red+Green+Blue) = 82+119+145=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #527791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527791 is #AD886E. Grayscale: #6E6E6E. Windows color (decimal): -11372655 or 9533266. OLE color: 9533266.

HSL color Cylindrical-coordinate representation of color #527791: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527791 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82119145-
CMYK0.430.1800.43
HSL204.76º27.75%44.51%-
HSV(B)204.76º43.45%56.86%-
XYZ15.1917.0329.28-
YUV110.9147.24107.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=23.70%
G=34.39%
B=41.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821191450.430.1800.43204.7627.7544.51
Hex5277912B1202Bcd1c2d
Octal12216722153220533153455
Binary10100101110111100100011010111001001010111100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527791; }

 p { color: rgb(82,119,145); }

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

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

 a { background-color: rgb(82,119,145); }

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

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

 span { border-color: rgb(82,119,145); }

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