Html Css Color HEX #524791 Blue Gem

📋 copy color: '#524791'

red 82 ◦ green 71 ◦ blue 145

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

Shades of Blue Gem #524791

Tints of Blue Gem #524791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 27.52%
G = 23.83%
B = 48.66%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524791 (or 0x524791) is known color: Blue Gem. HEX triplet: 52, 47 and 91. RGB value is (82,71,145). Sum of RGB (Red+Green+Blue) = 82+71+145=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #524791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524791 is #ADB86E. Grayscale: #525252. Windows color (decimal): -11384943 or 9520978. OLE color: 9520978.

HSL color Cylindrical-coordinate representation of color #524791: hue angle of 248.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524791 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 71 145 -
CMYK 0.43 0.51 0 0.43
HSL 248.92º 0.34% 0.42% -
HSV(B) 248.92º 0.51% 0.57% -
XYZ 10.84 8.34 27.83 -
YUV 82.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 82 71 145 0.43 0.51 0 0.43 248.92 0.34 0.42
Hex 52 47 91 2B 33 0 2B F9 22 2A
Octal 122 107 221 53 63 0 53 371 42 52
Binary 1010010 1000111 10010001 101011 110011 0 101011 11111001 100010 101010

Color Harmonies of #524791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524791

Black with #524791

Text Example


Text Example

White with #524791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524791; }

 p { color: rgb(82,71,145); }

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

background-color css

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

 a { background-color: rgb(82,71,145); }

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

border-color css

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

 span { border-color: rgb(82,71,145); }

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