Html Css Color HEX #524993 Blue Gem

📋 copy color: '#524993'

red 82 ◦ green 73 ◦ blue 147

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

Shades of Blue Gem #524993

Tints of Blue Gem #524993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 27.15%
G = 24.17%
B = 48.68%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#524993 (or 0x524993) is known color: Blue Gem. HEX triplet: 52, 49 and 93. RGB value is (82,73,147). Sum of RGB (Red+Green+Blue) = 82+73+147=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #524993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524993 is #ADB66C. Grayscale: #535353. Windows color (decimal): -11384429 or 9652562. OLE color: 9652562.

HSL color Cylindrical-coordinate representation of color #524993: hue angle of 247.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524993 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 73 147 -
CMYK 0.44 0.50 0 0.42
HSL 247.3º 0.34% 0.43% -
HSV(B) 247.3º 0.5% 0.58% -
XYZ 11.13 8.67 28.69 -
YUV 84.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 82 73 147 0.44 0.50 0 0.42 247.3 0.34 0.43
Hex 52 49 93 2C 32 0 2A F7 22 2B
Octal 122 111 223 54 62 0 52 367 42 53
Binary 1010010 1001001 10010011 101100 110010 0 101010 11110111 100010 101011

Color Harmonies of #524993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524993

Black with #524993

Text Example


Text Example

White with #524993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524993; }

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

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

background-color css

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

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

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

border-color css

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

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

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