#524899

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

Shades of Blue Gem #524899

Tints of Blue Gem #524899

Color information

#524899 (or 0x524899) is unknown color: approx Blue Gem. HEX triplet: 52, 48 and 99. RGB value is (82,72,153). Sum of RGB (Red+Green+Blue) = 82+72+153=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #524899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524899 is #ADB766. Grayscale: #535353. Windows color (decimal): -11384679 or 10045522. OLE color: 10045522.

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

Color convert

RGB8272153-
CMYK0.460.5300.4
HSL247.41º36%44.12%-
HSV(B)247.41º52.94%60%-
XYZ11.558.7331.21-
YUV84.22166.81126.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=26.71%
G=23.45%
B=49.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82721530.460.5300.4247.413644.12
Hex5248992E35028f7242c
Octal12211023156650503674454
Binary1010010100100010011001101110110101010100011110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524899; }

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

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

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

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

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

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

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

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