#527693

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

Shades of Wedgewood #527693

Tints of Wedgewood #527693

Color information

#527693 (or 0x527693) is unknown color: approx Wedgewood. HEX triplet: 52, 76 and 93. RGB value is (82,118,147). Sum of RGB (Red+Green+Blue) = 82+118+147=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #527693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527693 is #AD896C. Grayscale: #6E6E6E. Windows color (decimal): -11372909 or 9664082. OLE color: 9664082.

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

Color convert

RGB82118147-
CMYK0.440.2000.42
HSL206.77º28.38%44.9%-
HSV(B)206.77º44.22%57.65%-
XYZ15.2216.8630.06-
YUV110.54148.57107.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=23.63%
G=34.01%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821181470.440.2000.42206.7728.3844.9
Hex5276932C1402Acf1c2d
Octal12216622354240523173455
Binary10100101110110100100111011001010001010101100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527693; }

 p { color: rgb(82,118,147); }

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

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

 a { background-color: rgb(82,118,147); }

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

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

 span { border-color: rgb(82,118,147); }

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