Html Css Color HEX #523B9D Blue Gem

📋 copy color: '#523B9D'

red 82 ◦ green 59 ◦ blue 157

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

Shades of Blue Gem #523B9D

Tints of Blue Gem #523B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 27.52%
G = 19.8%
B = 52.68%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#523B9D (or 0x523B9D) is known color: Blue Gem. HEX triplet: 52, 3B and 9D. RGB value is (82,59,157). Sum of RGB (Red+Green+Blue) = 82+59+157=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #523B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B9D is #ADC462. Grayscale: #4C4C4C. Windows color (decimal): -11388003 or 10304338. OLE color: 10304338.

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

Color convert

RGB 82 59 157 -
CMYK 0.48 0.62 0 0.38
HSL 254.08º 0.45% 0.42% -
HSV(B) 254.08º 0.62% 0.62% -
XYZ 11.13 7.36 32.73 -
YUV 77.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 82 59 157 0.48 0.62 0 0.38 254.08 0.45 0.42
Hex 52 3B 9D 30 3E 0 26 FE 2D 2A
Octal 122 73 235 60 76 0 46 376 55 52
Binary 1010010 111011 10011101 110000 111110 0 100110 11111110 101101 101010

Color Harmonies of #523B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B9D

Black with #523B9D

Text Example


Text Example

White with #523B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,157); }

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

background-color css

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

 a { background-color: rgb(82,59,157); }

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

border-color css

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

 span { border-color: rgb(82,59,157); }

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