Html Css Color HEX #523899 Blue Gem

📋 copy color: '#523899'

red 82 ◦ green 56 ◦ blue 153

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

Shades of Blue Gem #523899

Tints of Blue Gem #523899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 28.18%
G = 19.24%
B = 52.58%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#523899 (or 0x523899) is known color: Blue Gem. HEX triplet: 52, 38 and 99. RGB value is (82,56,153). Sum of RGB (Red+Green+Blue) = 82+56+153=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #523899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523899 is #ADC766. Grayscale: #4A4A4A. Windows color (decimal): -11388775 or 10041426. OLE color: 10041426.

HSL color Cylindrical-coordinate representation of color #523899: hue angle of 256.08º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523899 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 56 153 -
CMYK 0.46 0.63 0 0.4
HSL 256.08º 0.46% 0.41% -
HSV(B) 256.08º 0.63% 0.6% -
XYZ 10.64 6.92 30.91 -
YUV 74.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 82 56 153 0.46 0.63 0 0.4 256.08 0.46 0.41
Hex 52 38 99 2E 3F 0 28 100 2E 29
Octal 122 70 231 56 77 0 50 400 56 51
Binary 1010010 111000 10011001 101110 111111 0 101000 100000000 101110 101001

Color Harmonies of #523899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523899

Black with #523899

Text Example


Text Example

White with #523899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523899; }

 p { color: rgb(82,56,153); }

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

background-color css

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

 a { background-color: rgb(82,56,153); }

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

border-color css

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

 span { border-color: rgb(82,56,153); }

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