#523A99

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

Shades of Blue Gem #523A99

Tints of Blue Gem #523A99

Color information

#523A99 (or 0x523A99) is unknown color: approx Blue Gem. HEX triplet: 52, 3A and 99. RGB value is (82,58,153). Sum of RGB (Red+Green+Blue) = 82+58+153=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #523A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A99 is #ADC566. Grayscale: #4B4B4B. Windows color (decimal): -11388263 or 10041938. OLE color: 10041938.

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

Color convert

RGB8258153-
CMYK0.460.6200.4
HSL255.16º45.02%41.37%-
HSV(B)255.16º62.09%60%-
XYZ10.747.1230.95-
YUV76.01171.45132.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=27.99%
G=19.80%
B=52.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82581530.460.6200.4255.1645.0241.37
Hex523A992E3E028ff2d29
Octal1227223156760503775551
Binary101001011101010011001101110111110010100011111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,58,153); }

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

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

 a { background-color: rgb(82,58,153); }

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

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

 span { border-color: rgb(82,58,153); }

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