Html Css Color HEX #524895 Blue Gem

📋 copy color: '#524895'

red 82 ◦ green 72 ◦ blue 149

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

Shades of Blue Gem #524895

Tints of Blue Gem #524895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 27.06%
G = 23.76%
B = 49.17%

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

#524895 (or 0x524895) is known color: Blue Gem. HEX triplet: 52, 48 and 95. RGB value is (82,72,149). Sum of RGB (Red+Green+Blue) = 82+72+149=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #524895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524895 is #ADB76A. Grayscale: #535353. Windows color (decimal): -11384683 or 9783378. OLE color: 9783378.

HSL color Cylindrical-coordinate representation of color #524895: hue angle of 247.79º 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 #524895 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 72 149 -
CMYK 0.45 0.52 0 0.42
HSL 247.79º 0.35% 0.43% -
HSV(B) 247.79º 0.52% 0.58% -
XYZ 11.22 8.6 29.5 -
YUV 83.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 82 72 149 0.45 0.52 0 0.42 247.79 0.35 0.43
Hex 52 48 95 2D 34 0 2A F8 23 2B
Octal 122 110 225 55 64 0 52 370 43 53
Binary 1010010 1001000 10010101 101101 110100 0 101010 11111000 100011 101011

Color Harmonies of #524895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524895

Black with #524895

Text Example


Text Example

White with #524895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524895; }

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

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

background-color css

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

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

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

border-color css

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

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

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