Html Css Color HEX #5038AE Blue Gem

📋 copy color: '#5038AE'

red 80 ◦ green 56 ◦ blue 174

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

Shades of Blue Gem #5038AE

Tints of Blue Gem #5038AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 25.81%
G = 18.06%
B = 56.13%

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

#5038AE (or 0x5038AE) is known color: Blue Gem. HEX triplet: 50, 38 and AE. RGB value is (80,56,174). Sum of RGB (Red+Green+Blue) = 80+56+174=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5038AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5038AE is #AFC751. Grayscale: #4C4C4C. Windows color (decimal): -11519826 or 11417680. OLE color: 11417680.

HSL color Cylindrical-coordinate representation of color #5038AE: hue angle of 252.2º 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 #5038AE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 56 174 -
CMYK 0.54 0.68 0 0.32
HSL 252.2º 0.51% 0.45% -
HSV(B) 252.2º 0.68% 0.68% -
XYZ 12.36 7.59 40.86 -
YUV 76.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 80 56 174 0.54 0.68 0 0.32 252.2 0.51 0.45
Hex 50 38 AE 36 44 0 20 FC 33 2D
Octal 120 70 256 66 104 0 40 374 63 55
Binary 1010000 111000 10101110 110110 1000100 0 100000 11111100 110011 101101

Color Harmonies of #5038AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038AE

Black with #5038AE

Text Example


Text Example

White with #5038AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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