Html Css Color HEX #524391 Blue Gem

📋 copy color: '#524391'

red 82 ◦ green 67 ◦ blue 145

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

Shades of Blue Gem #524391

Tints of Blue Gem #524391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 27.89%
G = 22.79%
B = 49.32%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524391 (or 0x524391) is known color: Blue Gem. HEX triplet: 52, 43 and 91. RGB value is (82,67,145). Sum of RGB (Red+Green+Blue) = 82+67+145=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #524391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524391 is #ADBC6E. Grayscale: #505050. Windows color (decimal): -11385967 or 9519954. OLE color: 9519954.

HSL color Cylindrical-coordinate representation of color #524391: hue angle of 251.54º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524391 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 67 145 -
CMYK 0.43 0.54 0 0.43
HSL 251.54º 0.37% 0.42% -
HSV(B) 251.54º 0.54% 0.57% -
XYZ 10.6 7.85 27.75 -
YUV 80.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 82 67 145 0.43 0.54 0 0.43 251.54 0.37 0.42
Hex 52 43 91 2B 36 0 2B FC 25 2A
Octal 122 103 221 53 66 0 53 374 45 52
Binary 1010010 1000011 10010001 101011 110110 0 101011 11111100 100101 101010

Color Harmonies of #524391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524391

Black with #524391

Text Example


Text Example

White with #524391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524391; }

 p { color: rgb(82,67,145); }

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

background-color css

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

 a { background-color: rgb(82,67,145); }

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

border-color css

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

 span { border-color: rgb(82,67,145); }

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