Html Css Color HEX #5034AA Blue Gem

📋 copy color: '#5034AA'

red 80 ◦ green 52 ◦ blue 170

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

Shades of Blue Gem #5034AA

Tints of Blue Gem #5034AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 26.49%
G = 17.22%
B = 56.29%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5034AA (or 0x5034AA) is known color: Blue Gem. HEX triplet: 50, 34 and AA. RGB value is (80,52,170). Sum of RGB (Red+Green+Blue) = 80+52+170=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #5034AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5034AA is #AFCB55. Grayscale: #494949. Windows color (decimal): -11520854 or 11154512. OLE color: 11154512.

HSL color Cylindrical-coordinate representation of color #5034AA: hue angle of 254.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5034AA is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 52 170 -
CMYK 0.53 0.69 0 0.33
HSL 254.24º 0.53% 0.44% -
HSV(B) 254.24º 0.69% 0.67% -
XYZ 11.79 7.06 38.77 -
YUV 73.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 80 52 170 0.53 0.69 0 0.33 254.24 0.53 0.44
Hex 50 34 AA 35 45 0 21 FE 35 2C
Octal 120 64 252 65 105 0 41 376 65 54
Binary 1010000 110100 10101010 110101 1000101 0 100001 11111110 110101 101100

Color Harmonies of #5034AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5034AA

Black with #5034AA

Text Example


Text Example

White with #5034AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,52,170); }

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

background-color css

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

 a { background-color: rgb(80,52,170); }

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

border-color css

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

 span { border-color: rgb(80,52,170); }

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