Html Css Color HEX #524897 Blue Gem

📋 copy color: '#524897'

red 82 ◦ green 72 ◦ blue 151

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

Shades of Blue Gem #524897

Tints of Blue Gem #524897

RGB

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

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

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

R = 26.89%
G = 23.61%
B = 49.51%

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

#524897 (or 0x524897) is known color: Blue Gem. HEX triplet: 52, 48 and 97. RGB value is (82,72,151). Sum of RGB (Red+Green+Blue) = 82+72+151=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #524897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524897 is #ADB768. Grayscale: #535353. Windows color (decimal): -11384681 or 9914450. OLE color: 9914450.

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

Color convert

RGB 82 72 151 -
CMYK 0.46 0.52 0 0.41
HSL 247.59º 0.35% 0.44% -
HSV(B) 247.59º 0.52% 0.59% -
XYZ 11.38 8.66 30.35 -
YUV 84 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 82 72 151 0.46 0.52 0 0.41 247.59 0.35 0.44
Hex 52 48 97 2E 34 0 29 F8 23 2C
Octal 122 110 227 56 64 0 51 370 43 54
Binary 1010010 1001000 10010111 101110 110100 0 101001 11111000 100011 101100

Color Harmonies of #524897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524897

Black with #524897

Text Example


Text Example

White with #524897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524897; }

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

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

background-color css

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

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

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

border-color css

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

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

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