Html Css Color HEX #5239AA Blue Gem

📋 copy color: '#5239AA'

red 82 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #5239AA

Tints of Blue Gem #5239AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 26.54%
G = 18.45%
B = 55.02%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5239AA (or 0x5239AA) is known color: Blue Gem. HEX triplet: 52, 39 and AA. RGB value is (82,57,170). Sum of RGB (Red+Green+Blue) = 82+57+170=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5239AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5239AA is #ADC655. Grayscale: #4C4C4C. Windows color (decimal): -11388502 or 11155794. OLE color: 11155794.

HSL color Cylindrical-coordinate representation of color #5239AA: hue angle of 253.27º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5239AA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 57 170 -
CMYK 0.52 0.66 0 0.33
HSL 253.27º 0.5% 0.45% -
HSV(B) 253.27º 0.66% 0.67% -
XYZ 12.2 7.62 38.86 -
YUV 77.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 82 57 170 0.52 0.66 0 0.33 253.27 0.5 0.45
Hex 52 39 AA 34 42 0 21 FD 32 2D
Octal 122 71 252 64 102 0 41 375 62 55
Binary 1010010 111001 10101010 110100 1000010 0 100001 11111101 110010 101101

Color Harmonies of #5239AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5239AA

Black with #5239AA

Text Example


Text Example

White with #5239AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5239AA; }

 p { color: rgb(82,57,170); }

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

background-color css

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

 a { background-color: rgb(82,57,170); }

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

border-color css

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

 span { border-color: rgb(82,57,170); }

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