Html Css Color HEX #5139AC Blue Gem

📋 copy color: '#5139AC'

red 81 ◦ green 57 ◦ blue 172

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

Shades of Blue Gem #5139AC

Tints of Blue Gem #5139AC

RGB

 RED value IS 81 (32.03% from 255) = 26.13%

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 26.13%
G = 18.39%
B = 55.48%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5139AC (or 0x5139AC) is known color: Blue Gem. HEX triplet: 51, 39 and AC. RGB value is (81,57,172). Sum of RGB (Red+Green+Blue) = 81+57+172=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #5139AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AC is #AEC653. Grayscale: #4C4C4C. Windows color (decimal): -11454036 or 11286865. OLE color: 11286865.

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

Color convert

RGB 81 57 172 -
CMYK 0.53 0.67 0 0.33
HSL 252.52º 0.5% 0.45% -
HSV(B) 252.52º 0.67% 0.67% -
XYZ 12.3 7.65 39.86 -
YUV 77.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 81 57 172 0.53 0.67 0 0.33 252.52 0.5 0.45
Hex 51 39 AC 35 43 0 21 FD 32 2D
Octal 121 71 254 65 103 0 41 375 62 55
Binary 1010001 111001 10101100 110101 1000011 0 100001 11111101 110010 101101

Color Harmonies of #5139AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5139AC

Black with #5139AC

Text Example


Text Example

White with #5139AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5139AC; }

 p { color: rgb(81,57,172); }

 H1.HeaderClassName
 {
   color: #5139AC;
 }
 .AnyTagClassName
 {
   color: #5139AC;
 }
</style>

background-color css

<style>
 a { background-color: #5139AC; }

 a { background-color: rgb(81,57,172); }

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

border-color css

<style>
 span { border-color: #5139AC; }

 span { border-color: rgb(81,57,172); }

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