#523993

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

Shades of Blue Gem #523993

Tints of Blue Gem #523993

Color information

#523993 (or 0x523993) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 93. RGB value is (82,57,147). Sum of RGB (Red+Green+Blue) = 82+57+147=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #523993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523993 is #ADC66C. Grayscale: #4A4A4A. Windows color (decimal): -11388525 or 9648466. OLE color: 9648466.

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

Color convert

RGB8257147-
CMYK0.440.6100.42
HSL256.67º44.12%40%-
HSV(B)256.67º61.22%57.65%-
XYZ10.216.8328.38-
YUV74.74168.78133.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=28.67%
G=19.93%
B=51.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82571470.440.6100.42256.6744.1240
Hex5239932C3D02A1012c28
Octal1227122354750524015450
Binary1010010111001100100111011001111010101010100000001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523993; }

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

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

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

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

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

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

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

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