Html Css Color HEX #5239AD Blue Gem

📋 copy color: '#5239AD'

red 82 ◦ green 57 ◦ blue 173

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

Shades of Blue Gem #5239AD

Tints of Blue Gem #5239AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 26.28%
G = 18.27%
B = 55.45%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5239AD (or 0x5239AD) is known color: Blue Gem. HEX triplet: 52, 39 and AD. RGB value is (82,57,173). Sum of RGB (Red+Green+Blue) = 82+57+173=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5239AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5239AD is #ADC652. Grayscale: #4D4D4D. Windows color (decimal): -11388499 or 11352402. OLE color: 11352402.

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

Color convert

RGB 82 57 173 -
CMYK 0.53 0.67 0 0.32
HSL 252.93º 0.5% 0.45% -
HSV(B) 252.93º 0.67% 0.68% -
XYZ 12.49 7.74 40.37 -
YUV 77.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 82 57 173 0.53 0.67 0 0.32 252.93 0.5 0.45
Hex 52 39 AD 35 43 0 20 FD 32 2D
Octal 122 71 255 65 103 0 40 375 62 55
Binary 1010010 111001 10101101 110101 1000011 0 100000 11111101 110010 101101

Color Harmonies of #5239AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5239AD

Black with #5239AD

Text Example


Text Example

White with #5239AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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