Html Css Color HEX #523997 Blue Gem

📋 copy color: '#523997'

red 82 ◦ green 57 ◦ blue 151

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

Shades of Blue Gem #523997

Tints of Blue Gem #523997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 28.28%
G = 19.66%
B = 52.07%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#523997 (or 0x523997) is known color: Blue Gem. HEX triplet: 52, 39 and 97. RGB value is (82,57,151). Sum of RGB (Red+Green+Blue) = 82+57+151=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #523997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523997 is #ADC668. Grayscale: #4A4A4A. Windows color (decimal): -11388521 or 9910610. OLE color: 9910610.

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

Color convert

RGB 82 57 151 -
CMYK 0.46 0.62 0 0.41
HSL 255.96º 0.45% 0.41% -
HSV(B) 255.96º 0.62% 0.59% -
XYZ 10.53 6.95 30.07 -
YUV 75.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 82 57 151 0.46 0.62 0 0.41 255.96 0.45 0.41
Hex 52 39 97 2E 3E 0 29 100 2D 29
Octal 122 71 227 56 76 0 51 400 55 51
Binary 1010010 111001 10010111 101110 111110 0 101001 100000000 101101 101001

Color Harmonies of #523997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523997

Black with #523997

Text Example


Text Example

White with #523997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523997; }

 p { color: rgb(82,57,151); }

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

background-color css

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

 a { background-color: rgb(82,57,151); }

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

border-color css

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

 span { border-color: rgb(82,57,151); }

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