#523A92

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

Shades of Blue Gem #523A92

Tints of Blue Gem #523A92

Color information

#523A92 (or 0x523A92) is unknown color: approx Blue Gem. HEX triplet: 52, 3A and 92. RGB value is (82,58,146). Sum of RGB (Red+Green+Blue) = 82+58+146=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #523A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A92 is #ADC56D. Grayscale: #4A4A4A. Windows color (decimal): -11388270 or 9583186. OLE color: 9583186.

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

Color convert

RGB8258146-
CMYK0.440.6000.43
HSL256.36º43.14%40%-
HSV(B)256.36º60.27%57.25%-
XYZ10.186.927.99-
YUV75.21167.95132.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=28.67%
G=20.28%
B=51.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82581460.440.6000.43256.3643.1440
Hex523A922C3C02B1002b28
Octal1227222254740534005350
Binary1010010111010100100101011001111000101011100000000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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