Html Css Color HEX #524997 Blue Gem

📋 copy color: '#524997'

red 82 ◦ green 73 ◦ blue 151

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

Shades of Blue Gem #524997

Tints of Blue Gem #524997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 26.8%
G = 23.86%
B = 49.35%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#524997 (or 0x524997) is known color: Blue Gem. HEX triplet: 52, 49 and 97. RGB value is (82,73,151). Sum of RGB (Red+Green+Blue) = 82+73+151=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #524997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524997 is #ADB668. Grayscale: #545454. Windows color (decimal): -11384425 or 9914706. OLE color: 9914706.

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

Color convert

RGB 82 73 151 -
CMYK 0.46 0.52 0 0.41
HSL 246.92º 0.35% 0.44% -
HSV(B) 246.92º 0.52% 0.59% -
XYZ 11.45 8.79 30.37 -
YUV 84.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 82 73 151 0.46 0.52 0 0.41 246.92 0.35 0.44
Hex 52 49 97 2E 34 0 29 F7 23 2C
Octal 122 111 227 56 64 0 51 367 43 54
Binary 1010010 1001001 10010111 101110 110100 0 101001 11110111 100011 101100

Color Harmonies of #524997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524997

Black with #524997

Text Example


Text Example

White with #524997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524997; }

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

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

background-color css

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

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

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

border-color css

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

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

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