Html Css Color HEX #524299 Blue Gem

📋 copy color: '#524299'

red 82 ◦ green 66 ◦ blue 153

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

Shades of Blue Gem #524299

Tints of Blue Gem #524299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 27.24%
G = 21.93%
B = 50.83%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524299 (or 0x524299) is known color: Blue Gem. HEX triplet: 52, 42 and 99. RGB value is (82,66,153). Sum of RGB (Red+Green+Blue) = 82+66+153=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #524299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524299 is #ADBD66. Grayscale: #505050. Windows color (decimal): -11386215 or 10043986. OLE color: 10043986.

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

Color convert

RGB 82 66 153 -
CMYK 0.46 0.57 0 0.4
HSL 251.03º 0.4% 0.43% -
HSV(B) 251.03º 0.57% 0.6% -
XYZ 11.18 7.99 31.09 -
YUV 80.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 82 66 153 0.46 0.57 0 0.4 251.03 0.4 0.43
Hex 52 42 99 2E 39 0 28 FB 28 2B
Octal 122 102 231 56 71 0 50 373 50 53
Binary 1010010 1000010 10011001 101110 111001 0 101000 11111011 101000 101011

Color Harmonies of #524299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524299

Black with #524299

Text Example


Text Example

White with #524299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524299; }

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

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

background-color css

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

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

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

border-color css

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

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

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