#524895

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

Shades of Blue Gem #524895

Tints of Blue Gem #524895

Color information

#524895 (or 0x524895) is unknown color: approx Blue Gem. HEX triplet: 52, 48 and 95. RGB value is (82,72,149). Sum of RGB (Red+Green+Blue) = 82+72+149=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #524895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524895 is #ADB76A. Grayscale: #535353. Windows color (decimal): -11384683 or 9783378. OLE color: 9783378.

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

Color convert

RGB8272149-
CMYK0.450.5200.42
HSL247.79º34.84%43.33%-
HSV(B)247.79º51.68%58.43%-
XYZ11.228.629.5-
YUV83.77164.81126.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=27.06%
G=23.76%
B=49.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82721490.450.5200.42247.7934.8443.33
Hex5248952D3402Af8232b
Octal12211022555640523704353
Binary1010010100100010010101101101110100010101011111000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524895; }

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

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

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

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

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

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

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

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