Html Css Color HEX #5139AE Blue Gem

📋 copy color: '#5139AE'

red 81 ◦ green 57 ◦ blue 174

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

Shades of Blue Gem #5139AE

Tints of Blue Gem #5139AE

RGB

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

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

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

R = 25.96%
G = 18.27%
B = 55.77%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5139AE (or 0x5139AE) is known color: Blue Gem. HEX triplet: 51, 39 and AE. RGB value is (81,57,174). Sum of RGB (Red+Green+Blue) = 81+57+174=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #5139AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AE is #AEC651. Grayscale: #4D4D4D. Windows color (decimal): -11454034 or 11417937. OLE color: 11417937.

HSL color Cylindrical-coordinate representation of color #5139AE: 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.67%. Process color model (Four color, CMYK) of #5139AE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 57 174 -
CMYK 0.53 0.67 0 0.32
HSL 252.31º 0.51% 0.45% -
HSV(B) 252.31º 0.67% 0.68% -
XYZ 12.5 7.73 40.88 -
YUV 77.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 81 57 174 0.53 0.67 0 0.32 252.31 0.51 0.45
Hex 51 39 AE 35 43 0 20 FC 33 2D
Octal 121 71 256 65 103 0 40 374 63 55
Binary 1010001 111001 10101110 110101 1000011 0 100000 11111100 110011 101101

Color Harmonies of #5139AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5139AE

Black with #5139AE

Text Example


Text Example

White with #5139AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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