Html Css Color HEX #523EA3 Blue Gem

📋 copy color: '#523EA3'

red 82 ◦ green 62 ◦ blue 163

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

Shades of Blue Gem #523EA3

Tints of Blue Gem #523EA3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 163 (64.06% from 255) = 53.09%

R = 26.71%
G = 20.2%
B = 53.09%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#523EA3 (or 0x523EA3) is known color: Blue Gem. HEX triplet: 52, 3E and A3. RGB value is (82,62,163). Sum of RGB (Red+Green+Blue) = 82+62+163=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #523EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EA3 is #ADC15C. Grayscale: #4F4F4F. Windows color (decimal): -11387229 or 10698322. OLE color: 10698322.

HSL color Cylindrical-coordinate representation of color #523EA3: hue angle of 251.88º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523EA3 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 62 163 -
CMYK 0.50 0.62 0 0.36
HSL 251.88º 0.45% 0.44% -
HSV(B) 251.88º 0.62% 0.64% -
XYZ 11.81 7.88 35.55 -
YUV 79.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 82 62 163 0.50 0.62 0 0.36 251.88 0.45 0.44
Hex 52 3E A3 32 3E 0 24 FC 2D 2C
Octal 122 76 243 62 76 0 44 374 55 54
Binary 1010010 111110 10100011 110010 111110 0 100100 11111100 101101 101100

Color Harmonies of #523EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EA3

Black with #523EA3

Text Example


Text Example

White with #523EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,163); }

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

background-color css

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

 a { background-color: rgb(82,62,163); }

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

border-color css

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

 span { border-color: rgb(82,62,163); }

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