#524699

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

Shades of Blue Gem #524699

Tints of Blue Gem #524699

Color information

#524699 (or 0x524699) is unknown color: approx Blue Gem. HEX triplet: 52, 46 and 99. RGB value is (82,70,153). Sum of RGB (Red+Green+Blue) = 82+70+153=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #524699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524699 is #ADB966. Grayscale: #525252. Windows color (decimal): -11385191 or 10045010. OLE color: 10045010.

HSL color Cylindrical-coordinate representation of color #524699: hue angle of 248.67º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524699 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8270153-
CMYK0.460.5400.4
HSL248.67º37.22%43.73%-
HSV(B)248.67º54.25%60%-
XYZ11.428.4731.17-
YUV83.05167.48127.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=26.89%
G=22.95%
B=50.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82701530.460.5400.4248.6737.2243.73
Hex5246992E36028f9252c
Octal12210623156660503714554
Binary1010010100011010011001101110110110010100011111001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524699; }

 p { color: rgb(82,70,153); }

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

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

 a { background-color: rgb(82,70,153); }

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

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

 span { border-color: rgb(82,70,153); }

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