Html Css Color HEX #523FA2 Blue Gem

📋 copy color: '#523FA2'

red 82 ◦ green 63 ◦ blue 162

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

Shades of Blue Gem #523FA2

Tints of Blue Gem #523FA2

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 26.71%
G = 20.52%
B = 52.77%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#523FA2 (or 0x523FA2) is known color: Blue Gem. HEX triplet: 52, 3F and A2. RGB value is (82,63,162). Sum of RGB (Red+Green+Blue) = 82+63+162=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #523FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523FA2 is #ADC05D. Grayscale: #4F4F4F. Windows color (decimal): -11386974 or 10633042. OLE color: 10633042.

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

Color convert

RGB 82 63 162 -
CMYK 0.49 0.61 0 0.36
HSL 251.52º 0.44% 0.44% -
HSV(B) 251.52º 0.61% 0.64% -
XYZ 11.78 7.96 35.1 -
YUV 79.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 82 63 162 0.49 0.61 0 0.36 251.52 0.44 0.44
Hex 52 3F A2 31 3D 0 24 FC 2C 2C
Octal 122 77 242 61 75 0 44 374 54 54
Binary 1010010 111111 10100010 110001 111101 0 100100 11111100 101100 101100

Color Harmonies of #523FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FA2

Black with #523FA2

Text Example


Text Example

White with #523FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,63,162); }

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

background-color css

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

 a { background-color: rgb(82,63,162); }

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

border-color css

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

 span { border-color: rgb(82,63,162); }

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