Html Css Color HEX #524794 Blue Gem

📋 copy color: '#524794'

red 82 ◦ green 71 ◦ blue 148

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

Shades of Blue Gem #524794

Tints of Blue Gem #524794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 27.24%
G = 23.59%
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

#524794 (or 0x524794) is known color: Blue Gem. HEX triplet: 52, 47 and 94. RGB value is (82,71,148). Sum of RGB (Red+Green+Blue) = 82+71+148=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #524794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524794 is #ADB86B. Grayscale: #525252. Windows color (decimal): -11384940 or 9717586. OLE color: 9717586.

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

Color convert

RGB 82 71 148 -
CMYK 0.45 0.52 0 0.42
HSL 248.57º 0.35% 0.43% -
HSV(B) 248.57º 0.52% 0.58% -
XYZ 11.08 8.44 29.06 -
YUV 83.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 82 71 148 0.45 0.52 0 0.42 248.57 0.35 0.43
Hex 52 47 94 2D 34 0 2A F9 23 2B
Octal 122 107 224 55 64 0 52 371 43 53
Binary 1010010 1000111 10010100 101101 110100 0 101010 11111001 100011 101011

Color Harmonies of #524794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524794

Black with #524794

Text Example


Text Example

White with #524794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524794; }

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

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

background-color css

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

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

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

border-color css

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

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

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