Html Css Color HEX #524799 Blue Gem

📋 copy color: '#524799'

red 82 ◦ green 71 ◦ blue 153

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

Shades of Blue Gem #524799

Tints of Blue Gem #524799

RGB

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

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

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

R = 26.8%
G = 23.2%
B = 50%

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

#524799 (or 0x524799) is known color: Blue Gem. HEX triplet: 52, 47 and 99. RGB value is (82,71,153). Sum of RGB (Red+Green+Blue) = 82+71+153=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #524799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524799 is #ADB866. Grayscale: #535353. Windows color (decimal): -11384935 or 10045266. OLE color: 10045266.

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

Color convert

RGB 82 71 153 -
CMYK 0.46 0.54 0 0.4
HSL 248.05º 0.37% 0.44% -
HSV(B) 248.05º 0.54% 0.6% -
XYZ 11.48 8.6 31.19 -
YUV 83.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 82 71 153 0.46 0.54 0 0.4 248.05 0.37 0.44
Hex 52 47 99 2E 36 0 28 F8 25 2C
Octal 122 107 231 56 66 0 50 370 45 54
Binary 1010010 1000111 10011001 101110 110110 0 101000 11111000 100101 101100

Color Harmonies of #524799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524799

Black with #524799

Text Example


Text Example

White with #524799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524799; }

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

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

background-color css

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

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

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

border-color css

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

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

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