#524196

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

Shades of Blue Gem #524196

Tints of Blue Gem #524196

Color information

#524196 (or 0x524196) is unknown color: approx Blue Gem. HEX triplet: 52, 41 and 96. RGB value is (82,65,150). Sum of RGB (Red+Green+Blue) = 82+65+150=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #524196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524196 is #ADBE69. Grayscale: #4F4F4F. Windows color (decimal): -11386474 or 9847122. OLE color: 9847122.

HSL color Cylindrical-coordinate representation of color #524196: hue angle of 252º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524196 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8265150-
CMYK0.450.5700.41
HSL252º39.53%42.16%-
HSV(B)252º56.67%58.82%-
XYZ10.877.7829.78-
YUV79.77167.63129.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=27.61%
G=21.89%
B=50.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82651500.450.5700.4125239.5342.16
Hex5241962D39029fc282a
Octal12210122655710513745052
Binary1010010100000110010110101101111001010100111111100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524196; }

 p { color: rgb(82,65,150); }

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

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

 a { background-color: rgb(82,65,150); }

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

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

 span { border-color: rgb(82,65,150); }

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