Html Css Color HEX #5036A7 Blue Gem

📋 copy color: '#5036A7'

red 80 ◦ green 54 ◦ blue 167

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

Shades of Blue Gem #5036A7

Tints of Blue Gem #5036A7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 167 (65.63% from 255) = 55.48%

R = 26.58%
G = 17.94%
B = 55.48%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5036A7 (or 0x5036A7) is known color: Blue Gem. HEX triplet: 50, 36 and A7. RGB value is (80,54,167). Sum of RGB (Red+Green+Blue) = 80+54+167=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #5036A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5036A7 is #AFC958. Grayscale: #4A4A4A. Windows color (decimal): -11520345 or 10958416. OLE color: 10958416.

HSL color Cylindrical-coordinate representation of color #5036A7: hue angle of 253.81º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5036A7 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 54 167 -
CMYK 0.52 0.68 0 0.35
HSL 253.81º 0.51% 0.43% -
HSV(B) 253.81º 0.68% 0.65% -
XYZ 11.6 7.13 37.32 -
YUV 74.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 80 54 167 0.52 0.68 0 0.35 253.81 0.51 0.43
Hex 50 36 A7 34 44 0 23 FE 33 2B
Octal 120 66 247 64 104 0 43 376 63 53
Binary 1010000 110110 10100111 110100 1000100 0 100011 11111110 110011 101011

Color Harmonies of #5036A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5036A7

Black with #5036A7

Text Example


Text Example

White with #5036A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5036A7; }

 p { color: rgb(80,54,167); }

 H1.HeaderClassName
 {
   color: #5036A7;
 }
 .AnyTagClassName
 {
   color: #5036A7;
 }
</style>

background-color css

<style>
 a { background-color: #5036A7; }

 a { background-color: rgb(80,54,167); }

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

border-color css

<style>
 span { border-color: #5036A7; }

 span { border-color: rgb(80,54,167); }

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