#524795

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

Shades of Blue Gem #524795

Tints of Blue Gem #524795

Color information

#524795 (or 0x524795) is unknown color: approx Blue Gem. HEX triplet: 52, 47 and 95. RGB value is (82,71,149). Sum of RGB (Red+Green+Blue) = 82+71+149=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #524795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524795 is #ADB86A. Grayscale: #525252. Windows color (decimal): -11384939 or 9783122. OLE color: 9783122.

HSL color Cylindrical-coordinate representation of color #524795: hue angle of 248.46º 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 #524795 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8271149-
CMYK0.450.5200.42
HSL248.46º35.45%43.14%-
HSV(B)248.46º52.35%58.43%-
XYZ11.168.4729.48-
YUV83.18165.14127.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=27.15%
G=23.51%
B=49.34%

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
Decimal82711490.450.5200.42248.4635.4543.14
Hex5247952D3402Af8232b
Octal12210722555640523704353
Binary1010010100011110010101101101110100010101011111000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524795; }

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

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

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

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

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

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

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

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