Html Css Color HEX #524699 Blue Gem

📋 copy color: '#524699'

red 82 ◦ green 70 ◦ blue 153

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

Shades of Blue Gem #524699

Tints of Blue Gem #524699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 26.89%
G = 22.95%
B = 50.16%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524699 (or 0x524699) is known color: Blue Gem. HEX triplet: 52, 46 and 99. RGB value is (82,70,153). Sum of RGB (Red+Green+Blue) = 82+70+153=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #524699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524699 is #ADB966. Grayscale: #525252. Windows color (decimal): -11385191 or 10045010. OLE color: 10045010.

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

Color convert

RGB 82 70 153 -
CMYK 0.46 0.54 0 0.4
HSL 248.67º 0.37% 0.44% -
HSV(B) 248.67º 0.54% 0.6% -
XYZ 11.42 8.47 31.17 -
YUV 83.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 82 70 153 0.46 0.54 0 0.4 248.67 0.37 0.44
Hex 52 46 99 2E 36 0 28 F9 25 2C
Octal 122 106 231 56 66 0 50 371 45 54
Binary 1010010 1000110 10011001 101110 110110 0 101000 11111001 100101 101100

Color Harmonies of #524699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524699

Black with #524699

Text Example


Text Example

White with #524699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524699; }

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

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

background-color css

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

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

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

border-color css

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

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

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