Html Css Color HEX #5038AD Blue Gem

📋 copy color: '#5038AD'

red 80 ◦ green 56 ◦ blue 173

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

Shades of Blue Gem #5038AD

Tints of Blue Gem #5038AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

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

R = 25.89%
G = 18.12%
B = 55.99%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5038AD (or 0x5038AD) is known color: Blue Gem. HEX triplet: 50, 38 and AD. RGB value is (80,56,173). Sum of RGB (Red+Green+Blue) = 80+56+173=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #5038AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5038AD is #AFC752. Grayscale: #4C4C4C. Windows color (decimal): -11519827 or 11352144. OLE color: 11352144.

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

Color convert

RGB 80 56 173 -
CMYK 0.54 0.68 0 0.32
HSL 252.31º 0.51% 0.45% -
HSV(B) 252.31º 0.68% 0.68% -
XYZ 12.27 7.55 40.35 -
YUV 76.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 80 56 173 0.54 0.68 0 0.32 252.31 0.51 0.45
Hex 50 38 AD 36 44 0 20 FC 33 2D
Octal 120 70 255 66 104 0 40 374 63 55
Binary 1010000 111000 10101101 110110 1000100 0 100000 11111100 110011 101101

Color Harmonies of #5038AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038AD

Black with #5038AD

Text Example


Text Example

White with #5038AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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