#523991

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

Shades of Blue Gem #523991

Tints of Blue Gem #523991

Color information

#523991 (or 0x523991) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 91. RGB value is (82,57,145). Sum of RGB (Red+Green+Blue) = 82+57+145=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #523991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523991 is #ADC66E. Grayscale: #4A4A4A. Windows color (decimal): -11388527 or 9517394. OLE color: 9517394.

HSL color Cylindrical-coordinate representation of color #523991: hue angle of 257.05º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523991 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8257145-
CMYK0.430.6100.43
HSL257.05º43.56%39.61%-
HSV(B)257.05º60.69%56.86%-
XYZ10.056.7627.56-
YUV74.51167.78133.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=28.87%
G=20.07%
B=51.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82571450.430.6100.43257.0543.5639.61
Hex5239912B3D02B1012c28
Octal1227122153750534015450
Binary1010010111001100100011010111111010101011100000001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523991; }

 p { color: rgb(82,57,145); }

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

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

 a { background-color: rgb(82,57,145); }

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

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

 span { border-color: rgb(82,57,145); }

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