Html Css Color HEX #524196 Blue Gem

📋 copy color: '#524196'

red 82 ◦ green 65 ◦ blue 150

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

Shades of Blue Gem #524196

Tints of Blue Gem #524196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 27.61%
G = 21.89%
B = 50.51%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#524196 (or 0x524196) is known color: Blue Gem. HEX triplet: 52, 41 and 96. RGB value is (82,65,150). Sum of RGB (Red+Green+Blue) = 82+65+150=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #524196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524196 is #ADBE69. Grayscale: #4F4F4F. Windows color (decimal): -11386474 or 9847122. OLE color: 9847122.

HSL color Cylindrical-coordinate representation of color #524196: hue angle of 252º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524196 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 65 150 -
CMYK 0.45 0.57 0 0.41
HSL 252º 0.4% 0.42% -
HSV(B) 252º 0.57% 0.59% -
XYZ 10.87 7.78 29.78 -
YUV 79.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 82 65 150 0.45 0.57 0 0.41 252 0.4 0.42
Hex 52 41 96 2D 39 0 29 FC 28 2A
Octal 122 101 226 55 71 0 51 374 50 52
Binary 1010010 1000001 10010110 101101 111001 0 101001 11111100 101000 101010

Color Harmonies of #524196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524196

Black with #524196

Text Example


Text Example

White with #524196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524196; }

 p { color: rgb(82,65,150); }

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

background-color css

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

 a { background-color: rgb(82,65,150); }

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

border-color css

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

 span { border-color: rgb(82,65,150); }

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