Html Css Color HEX #5035AD Blue Gem

📋 copy color: '#5035AD'

red 80 ◦ green 53 ◦ blue 173

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

Shades of Blue Gem #5035AD

Tints of Blue Gem #5035AD

RGB

 RED value IS 80 (31.64% from 255) = 26.14%

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 26.14%
G = 17.32%
B = 56.54%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5035AD (or 0x5035AD) is known color: Blue Gem. HEX triplet: 50, 35 and AD. RGB value is (80,53,173). Sum of RGB (Red+Green+Blue) = 80+53+173=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #5035AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5035AD is #AFCA52. Grayscale: #4A4A4A. Windows color (decimal): -11520595 or 11351376. OLE color: 11351376.

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

Color convert

RGB 80 53 173 -
CMYK 0.54 0.69 0 0.32
HSL 253.5º 0.53% 0.44% -
HSV(B) 253.5º 0.69% 0.68% -
XYZ 12.12 7.27 40.3 -
YUV 74.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 80 53 173 0.54 0.69 0 0.32 253.5 0.53 0.44
Hex 50 35 AD 36 45 0 20 FE 35 2C
Octal 120 65 255 66 105 0 40 376 65 54
Binary 1010000 110101 10101101 110110 1000101 0 100000 11111110 110101 101100

Color Harmonies of #5035AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035AD

Black with #5035AD

Text Example


Text Example

White with #5035AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,53,173); }

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

background-color css

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

 a { background-color: rgb(80,53,173); }

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

border-color css

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

 span { border-color: rgb(80,53,173); }

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