Html Css Color HEX #524599 Blue Gem

📋 copy color: '#524599'

red 82 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #524599

Tints of Blue Gem #524599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 26.97%
G = 22.7%
B = 50.33%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524599 (or 0x524599) is known color: Blue Gem. HEX triplet: 52, 45 and 99. RGB value is (82,69,153). Sum of RGB (Red+Green+Blue) = 82+69+153=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #524599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524599 is #ADBA66. Grayscale: #525252. Windows color (decimal): -11385447 or 10044754. OLE color: 10044754.

HSL color Cylindrical-coordinate representation of color #524599: hue angle of 249.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524599 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 69 153 -
CMYK 0.46 0.55 0 0.4
HSL 249.29º 0.38% 0.44% -
HSV(B) 249.29º 0.55% 0.6% -
XYZ 11.36 8.35 31.15 -
YUV 82.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 82 69 153 0.46 0.55 0 0.4 249.29 0.38 0.44
Hex 52 45 99 2E 37 0 28 F9 26 2C
Octal 122 105 231 56 67 0 50 371 46 54
Binary 1010010 1000101 10011001 101110 110111 0 101000 11111001 100110 101100

Color Harmonies of #524599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524599

Black with #524599

Text Example


Text Example

White with #524599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524599; }

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

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

background-color css

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

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

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

border-color css

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

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

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