Html Css Color HEX #523996 Blue Gem

📋 copy color: '#523996'

red 82 ◦ green 57 ◦ blue 150

#523996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #523996

Tints of Blue Gem #523996

RGB

 RED value IS 82 (32.42% from 255) = 28.37%

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 28.37%
G = 19.72%
B = 51.9%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#523996 (or 0x523996) is known color: Blue Gem. HEX triplet: 52, 39 and 96. RGB value is (82,57,150). Sum of RGB (Red+Green+Blue) = 82+57+150=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #523996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523996 is #ADC669. Grayscale: #4A4A4A. Windows color (decimal): -11388522 or 9845074. OLE color: 9845074.

HSL color Cylindrical-coordinate representation of color #523996: hue angle of 256.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523996 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 57 150 -
CMYK 0.45 0.62 0 0.41
HSL 256.13º 0.45% 0.41% -
HSV(B) 256.13º 0.62% 0.59% -
XYZ 10.45 6.92 29.64 -
YUV 75.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 82 57 150 0.45 0.62 0 0.41 256.13 0.45 0.41
Hex 52 39 96 2D 3E 0 29 100 2D 29
Octal 122 71 226 55 76 0 51 400 55 51
Binary 1010010 111001 10010110 101101 111110 0 101001 100000000 101101 101001

Color Harmonies of #523996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523996

Black with #523996

Text Example


Text Example

White with #523996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523996; }

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

 H1.HeaderClassName
 {
   color: #523996;
 }
 .AnyTagClassName
 {
   color: #523996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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