#524492

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

Shades of Blue Gem #524492

Tints of Blue Gem #524492

Color information

#524492 (or 0x524492) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 92. RGB value is (82,68,146). Sum of RGB (Red+Green+Blue) = 82+68+146=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #524492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524492 is #ADBB6D. Grayscale: #505050. Windows color (decimal): -11385710 or 9585746. OLE color: 9585746.

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

Color convert

RGB8268146-
CMYK0.440.5300.43
HSL250.77º36.45%41.96%-
HSV(B)250.77º53.42%57.25%-
XYZ10.74828.17-
YUV81.08164.64128.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=27.70%
G=22.97%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82681460.440.5300.43250.7736.4541.96
Hex5244922C3502Bfb242a
Octal12210422254650533734452
Binary1010010100010010010010101100110101010101111111011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524492; }

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

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

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

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

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

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

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

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