Html Css Color HEX #524697 Blue Gem

📋 copy color: '#524697'

red 82 ◦ green 70 ◦ blue 151

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

Shades of Blue Gem #524697

Tints of Blue Gem #524697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 27.06%
G = 23.1%
B = 49.83%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#524697 (or 0x524697) is known color: Blue Gem. HEX triplet: 52, 46 and 97. RGB value is (82,70,151). Sum of RGB (Red+Green+Blue) = 82+70+151=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #524697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524697 is #ADB968. Grayscale: #525252. Windows color (decimal): -11385193 or 9913938. OLE color: 9913938.

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

Color convert

RGB 82 70 151 -
CMYK 0.46 0.54 0 0.41
HSL 248.89º 0.37% 0.43% -
HSV(B) 248.89º 0.54% 0.59% -
XYZ 11.26 8.41 30.31 -
YUV 82.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 82 70 151 0.46 0.54 0 0.41 248.89 0.37 0.43
Hex 52 46 97 2E 36 0 29 F9 25 2B
Octal 122 106 227 56 66 0 51 371 45 53
Binary 1010010 1000110 10010111 101110 110110 0 101001 11111001 100101 101011

Color Harmonies of #524697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524697

Black with #524697

Text Example


Text Example

White with #524697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524697; }

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

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

background-color css

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

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

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

border-color css

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

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

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