Html Css Color HEX #5038A2 Blue Gem

📋 copy color: '#5038A2'

red 80 ◦ green 56 ◦ blue 162

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

Shades of Blue Gem #5038A2

Tints of Blue Gem #5038A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 54.36%

R = 26.85%
G = 18.79%
B = 54.36%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5038A2 (or 0x5038A2) is known color: Blue Gem. HEX triplet: 50, 38 and A2. RGB value is (80,56,162). Sum of RGB (Red+Green+Blue) = 80+56+162=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #5038A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5038A2 is #AFC75D. Grayscale: #4A4A4A. Windows color (decimal): -11519838 or 10631248. OLE color: 10631248.

HSL color Cylindrical-coordinate representation of color #5038A2: hue angle of 253.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5038A2 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 56 162 -
CMYK 0.51 0.65 0 0.36
HSL 253.58º 0.49% 0.43% -
HSV(B) 253.58º 0.65% 0.64% -
XYZ 11.24 7.14 34.97 -
YUV 75.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 80 56 162 0.51 0.65 0 0.36 253.58 0.49 0.43
Hex 50 38 A2 33 41 0 24 FE 31 2B
Octal 120 70 242 63 101 0 44 376 61 53
Binary 1010000 111000 10100010 110011 1000001 0 100100 11111110 110001 101011

Color Harmonies of #5038A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038A2

Black with #5038A2

Text Example


Text Example

White with #5038A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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