Html Css Color HEX #523D9B Blue Gem

📋 copy color: '#523D9B'

red 82 ◦ green 61 ◦ blue 155

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

Shades of Blue Gem #523D9B

Tints of Blue Gem #523D9B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 27.52%
G = 20.47%
B = 52.01%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#523D9B (or 0x523D9B) is known color: Blue Gem. HEX triplet: 52, 3D and 9B. RGB value is (82,61,155). Sum of RGB (Red+Green+Blue) = 82+61+155=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #523D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D9B is #ADC264. Grayscale: #4D4D4D. Windows color (decimal): -11387493 or 10173778. OLE color: 10173778.

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

Color convert

RGB 82 61 155 -
CMYK 0.47 0.61 0 0.39
HSL 253.4º 0.44% 0.42% -
HSV(B) 253.4º 0.61% 0.61% -
XYZ 11.06 7.5 31.87 -
YUV 78 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 82 61 155 0.47 0.61 0 0.39 253.4 0.44 0.42
Hex 52 3D 9B 2F 3D 0 27 FD 2C 2A
Octal 122 75 233 57 75 0 47 375 54 52
Binary 1010010 111101 10011011 101111 111101 0 100111 11111101 101100 101010

Color Harmonies of #523D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D9B

Black with #523D9B

Text Example


Text Example

White with #523D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,155); }

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

background-color css

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

 a { background-color: rgb(82,61,155); }

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

border-color css

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

 span { border-color: rgb(82,61,155); }

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