Html Css Color HEX #523C8A Blue Gem

📋 copy color: '#523C8A'

red 82 ◦ green 60 ◦ blue 138

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

Shades of Blue Gem #523C8A

Tints of Blue Gem #523C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

 BLUE value IS 138 (54.3% from 255) = 49.29%

R = 29.29%
G = 21.43%
B = 49.29%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#523C8A (or 0x523C8A) is known color: Blue Gem. HEX triplet: 52, 3C and 8A. RGB value is (82,60,138). Sum of RGB (Red+Green+Blue) = 82+60+138=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #523C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C8A is #ADC375. Grayscale: #4B4B4B. Windows color (decimal): -11387766 or 9059410. OLE color: 9059410.

HSL color Cylindrical-coordinate representation of color #523C8A: hue angle of 256.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523C8A is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 60 138 -
CMYK 0.41 0.57 0 0.46
HSL 256.92º 0.39% 0.39% -
HSV(B) 256.92º 0.57% 0.54% -
XYZ 9.68 6.86 24.86 -
YUV 75.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 82 60 138 0.41 0.57 0 0.46 256.92 0.39 0.39
Hex 52 3C 8A 29 39 0 2E 101 27 27
Octal 122 74 212 51 71 0 56 401 47 47
Binary 1010010 111100 10001010 101001 111001 0 101110 100000001 100111 100111

Color Harmonies of #523C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C8A

Black with #523C8A

Text Example


Text Example

White with #523C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,138); }

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

background-color css

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

 a { background-color: rgb(82,60,138); }

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

border-color css

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

 span { border-color: rgb(82,60,138); }

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