#524499

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

Shades of Blue Gem #524499

Tints of Blue Gem #524499

Color information

#524499 (or 0x524499) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 99. RGB value is (82,68,153). Sum of RGB (Red+Green+Blue) = 82+68+153=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #524499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524499 is #ADBB66. Grayscale: #515151. Windows color (decimal): -11385703 or 10044498. OLE color: 10044498.

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

Color convert

RGB8268153-
CMYK0.460.5600.4
HSL249.88º38.46%43.33%-
HSV(B)249.88º55.56%60%-
XYZ11.38.2331.13-
YUV81.88168.14128.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=27.06%
G=22.44%
B=50.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82681530.460.5600.4249.8838.4643.33
Hex5244992E38028fa262b
Octal12210423156700503724653
Binary1010010100010010011001101110111000010100011111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524499; }

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

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

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

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

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

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

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

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