#524493

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

Shades of Blue Gem #524493

Tints of Blue Gem #524493

Color information

#524493 (or 0x524493) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 93. RGB value is (82,68,147). Sum of RGB (Red+Green+Blue) = 82+68+147=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #524493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524493 is #ADBB6C. Grayscale: #505050. Windows color (decimal): -11385709 or 9651282. OLE color: 9651282.

HSL color Cylindrical-coordinate representation of color #524493: hue angle of 250.63º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524493 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8268147-
CMYK0.440.5400.42
HSL250.63º36.74%42.16%-
HSV(B)250.63º53.74%57.65%-
XYZ10.818.0328.58-
YUV81.19165.14128.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=27.61%
G=22.90%
B=49.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82681470.440.5400.42250.6336.7442.16
Hex5244932C3602Afb252a
Octal12210422354660523734552
Binary1010010100010010010011101100110110010101011111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524493; }

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

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

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

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

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

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

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

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