#523992

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

Shades of Blue Gem #523992

Tints of Blue Gem #523992

Color information

#523992 (or 0x523992) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 92. RGB value is (82,57,146). Sum of RGB (Red+Green+Blue) = 82+57+146=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #523992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523992 is #ADC66D. Grayscale: #4A4A4A. Windows color (decimal): -11388526 or 9582930. OLE color: 9582930.

HSL color Cylindrical-coordinate representation of color #523992: hue angle of 256.85º 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 #523992 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8257146-
CMYK0.440.6100.43
HSL256.85º43.84%39.8%-
HSV(B)256.85º60.96%57.25%-
XYZ10.136.827.97-
YUV74.62168.28133.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=28.77%
G=20%
B=51.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82571460.440.6100.43256.8543.8439.8
Hex5239922C3D02B1012c28
Octal1227122254750534015450
Binary1010010111001100100101011001111010101011100000001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523992; }

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

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

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

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

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

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

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

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