Html Css Color HEX #524795 Blue Gem

📋 copy color: '#524795'

red 82 ◦ green 71 ◦ blue 149

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

Shades of Blue Gem #524795

Tints of Blue Gem #524795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 27.15%
G = 23.51%
B = 49.34%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#524795 (or 0x524795) is known color: Blue Gem. HEX triplet: 52, 47 and 95. RGB value is (82,71,149). Sum of RGB (Red+Green+Blue) = 82+71+149=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #524795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524795 is #ADB86A. Grayscale: #525252. Windows color (decimal): -11384939 or 9783122. OLE color: 9783122.

HSL color Cylindrical-coordinate representation of color #524795: hue angle of 248.46º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524795 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 71 149 -
CMYK 0.45 0.52 0 0.42
HSL 248.46º 0.35% 0.43% -
HSV(B) 248.46º 0.52% 0.58% -
XYZ 11.16 8.47 29.48 -
YUV 83.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 82 71 149 0.45 0.52 0 0.42 248.46 0.35 0.43
Hex 52 47 95 2D 34 0 2A F8 23 2B
Octal 122 107 225 55 64 0 52 370 43 53
Binary 1010010 1000111 10010101 101101 110100 0 101010 11111000 100011 101011

Color Harmonies of #524795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524795

Black with #524795

Text Example


Text Example

White with #524795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524795; }

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

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

background-color css

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

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

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

border-color css

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

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

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