#524A95

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

Shades of Blue Gem #524A95

Tints of Blue Gem #524A95

Color information

#524A95 (or 0x524A95) is unknown color: approx Blue Gem. HEX triplet: 52, 4A and 95. RGB value is (82,74,149). Sum of RGB (Red+Green+Blue) = 82+74+149=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #524A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A95 is #ADB56A. Grayscale: #545454. Windows color (decimal): -11384171 or 9783890. OLE color: 9783890.

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

Color convert

RGB8274149-
CMYK0.450.5000.42
HSL246.4º33.63%43.73%-
HSV(B)246.4º50.34%58.43%-
XYZ11.358.8629.55-
YUV84.94164.15125.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=26.89%
G=24.26%
B=48.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82741490.450.5000.42246.433.6343.73
Hex524A952D3202Af6222c
Octal12211222555620523664254
Binary1010010100101010010101101101110010010101011110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A95; }

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

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

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

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

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

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

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

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