#523D92

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

Shades of Blue Gem #523D92

Tints of Blue Gem #523D92

Color information

#523D92 (or 0x523D92) is unknown color: approx Blue Gem. HEX triplet: 52, 3D and 92. RGB value is (82,61,146). Sum of RGB (Red+Green+Blue) = 82+61+146=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #523D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D92 is #ADC26D. Grayscale: #4C4C4C. Windows color (decimal): -11387502 or 9583954. OLE color: 9583954.

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

Color convert

RGB8261146-
CMYK0.440.5800.43
HSL254.82º41.06%40.59%-
HSV(B)254.82º58.22%57.25%-
XYZ10.347.2128.04-
YUV76.97166.96131.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=28.37%
G=21.11%
B=50.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82611460.440.5800.43254.8241.0640.59
Hex523D922C3A02Bff2929
Octal1227522254720533775151
Binary101001011110110010010101100111010010101111111111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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