#523D96

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

Shades of Blue Gem #523D96

Tints of Blue Gem #523D96

Color information

#523D96 (or 0x523D96) is unknown color: approx Blue Gem. HEX triplet: 52, 3D and 96. RGB value is (82,61,150). Sum of RGB (Red+Green+Blue) = 82+61+150=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #523D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D96 is #ADC269. Grayscale: #4D4D4D. Windows color (decimal): -11387498 or 9846098. OLE color: 9846098.

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

Color convert

RGB8261150-
CMYK0.450.5900.41
HSL254.16º42.18%41.37%-
HSV(B)254.16º59.33%58.82%-
XYZ10.657.3329.71-
YUV77.42168.96131.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=27.99%
G=20.82%
B=51.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82611500.450.5900.41254.1642.1841.37
Hex523D962D3B029fe2a29
Octal1227522655730513765251
Binary101001011110110010110101101111011010100111111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523D96; }

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

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

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

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

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

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

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

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