Html Css Color HEX #524595 Blue Gem

📋 copy color: '#524595'

red 82 ◦ green 69 ◦ blue 149

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

Shades of Blue Gem #524595

Tints of Blue Gem #524595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 27.33%
G = 23%
B = 49.67%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#524595 (or 0x524595) is known color: Blue Gem. HEX triplet: 52, 45 and 95. RGB value is (82,69,149). Sum of RGB (Red+Green+Blue) = 82+69+149=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #524595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524595 is #ADBA6A. Grayscale: #515151. Windows color (decimal): -11385451 or 9782610. OLE color: 9782610.

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

Color convert

RGB 82 69 149 -
CMYK 0.45 0.54 0 0.42
HSL 249.75º 0.37% 0.43% -
HSV(B) 249.75º 0.54% 0.58% -
XYZ 11.03 8.22 29.44 -
YUV 82.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 82 69 149 0.45 0.54 0 0.42 249.75 0.37 0.43
Hex 52 45 95 2D 36 0 2A FA 25 2B
Octal 122 105 225 55 66 0 52 372 45 53
Binary 1010010 1000101 10010101 101101 110110 0 101010 11111010 100101 101011

Color Harmonies of #524595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524595

Black with #524595

Text Example


Text Example

White with #524595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524595; }

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

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

background-color css

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

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

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

border-color css

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

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

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