#523C9D

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

Shades of Blue Gem #523C9D

Tints of Blue Gem #523C9D

Color information

#523C9D (or 0x523C9D) is unknown color: approx Blue Gem. HEX triplet: 52, 3C and 9D. RGB value is (82,60,157). Sum of RGB (Red+Green+Blue) = 82+60+157=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #523C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C9D is #ADC362. Grayscale: #4D4D4D. Windows color (decimal): -11387747 or 10304594. OLE color: 10304594.

HSL color Cylindrical-coordinate representation of color #523C9D: hue angle of 253.61º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523C9D is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8260157-
CMYK0.480.6200.38
HSL253.61º44.7%42.55%-
HSV(B)253.61º61.78%61.57%-
XYZ11.187.4632.75-
YUV77.64172.79131.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=27.42%
G=20.07%
B=52.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82601570.480.6200.38253.6144.742.55
Hex523C9D303E026fe2d2b
Octal1227423560760463765553
Binary101001011110010011101110000111110010011011111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,157); }

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

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

 a { background-color: rgb(82,60,157); }

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

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

 span { border-color: rgb(82,60,157); }

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