Html Css Color HEX #524899 Blue Gem

📋 copy color: '#524899'

red 82 ◦ green 72 ◦ blue 153

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

Shades of Blue Gem #524899

Tints of Blue Gem #524899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 26.71%
G = 23.45%
B = 49.84%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524899 (or 0x524899) is known color: Blue Gem. HEX triplet: 52, 48 and 99. RGB value is (82,72,153). Sum of RGB (Red+Green+Blue) = 82+72+153=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #524899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524899 is #ADB766. Grayscale: #535353. Windows color (decimal): -11384679 or 10045522. OLE color: 10045522.

HSL color Cylindrical-coordinate representation of color #524899: hue angle of 247.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524899 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 72 153 -
CMYK 0.46 0.53 0 0.4
HSL 247.41º 0.36% 0.44% -
HSV(B) 247.41º 0.53% 0.6% -
XYZ 11.55 8.73 31.21 -
YUV 84.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 82 72 153 0.46 0.53 0 0.4 247.41 0.36 0.44
Hex 52 48 99 2E 35 0 28 F7 24 2C
Octal 122 110 231 56 65 0 50 367 44 54
Binary 1010010 1001000 10011001 101110 110101 0 101000 11110111 100100 101100

Color Harmonies of #524899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524899

Black with #524899

Text Example


Text Example

White with #524899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524899; }

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

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

background-color css

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

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

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

border-color css

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

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

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