Html Css Color HEX #524199 Blue Gem

📋 copy color: '#524199'

red 82 ◦ green 65 ◦ blue 153

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

Shades of Blue Gem #524199

Tints of Blue Gem #524199

RGB

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

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

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

R = 27.33%
G = 21.67%
B = 51%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524199 (or 0x524199) is known color: Blue Gem. HEX triplet: 52, 41 and 99. RGB value is (82,65,153). Sum of RGB (Red+Green+Blue) = 82+65+153=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #524199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524199 is #ADBE66. Grayscale: #4F4F4F. Windows color (decimal): -11386471 or 10043730. OLE color: 10043730.

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

Color convert

RGB 82 65 153 -
CMYK 0.46 0.58 0 0.4
HSL 251.59º 0.4% 0.43% -
HSV(B) 251.59º 0.58% 0.6% -
XYZ 11.12 7.87 31.07 -
YUV 80.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 82 65 153 0.46 0.58 0 0.4 251.59 0.4 0.43
Hex 52 41 99 2E 3A 0 28 FC 28 2B
Octal 122 101 231 56 72 0 50 374 50 53
Binary 1010010 1000001 10011001 101110 111010 0 101000 11111100 101000 101011

Color Harmonies of #524199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524199

Black with #524199

Text Example


Text Example

White with #524199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524199; }

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

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

background-color css

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

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

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

border-color css

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

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

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