Html Css Color HEX #524593 Blue Gem

📋 copy color: '#524593'

red 82 ◦ green 69 ◦ blue 147

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

Shades of Blue Gem #524593

Tints of Blue Gem #524593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 27.52%
G = 23.15%
B = 49.33%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#524593 (or 0x524593) is known color: Blue Gem. HEX triplet: 52, 45 and 93. RGB value is (82,69,147). Sum of RGB (Red+Green+Blue) = 82+69+147=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #524593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524593 is #ADBA6C. Grayscale: #515151. Windows color (decimal): -11385453 or 9651538. OLE color: 9651538.

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

Color convert

RGB 82 69 147 -
CMYK 0.44 0.53 0 0.42
HSL 250º 0.36% 0.42% -
HSV(B) 250º 0.53% 0.58% -
XYZ 10.87 8.16 28.61 -
YUV 81.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 82 69 147 0.44 0.53 0 0.42 250 0.36 0.42
Hex 52 45 93 2C 35 0 2A FA 24 2A
Octal 122 105 223 54 65 0 52 372 44 52
Binary 1010010 1000101 10010011 101100 110101 0 101010 11111010 100100 101010

Color Harmonies of #524593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524593

Black with #524593

Text Example


Text Example

White with #524593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524593; }

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

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

background-color css

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

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

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

border-color css

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

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

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