Html Css Color HEX #5139AA Blue Gem

📋 copy color: '#5139AA'

red 81 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #5139AA

Tints of Blue Gem #5139AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 26.3%
G = 18.51%
B = 55.19%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5139AA (or 0x5139AA) is known color: Blue Gem. HEX triplet: 51, 39 and AA. RGB value is (81,57,170). Sum of RGB (Red+Green+Blue) = 81+57+170=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #5139AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AA is #AEC655. Grayscale: #4C4C4C. Windows color (decimal): -11454038 or 11155793. OLE color: 11155793.

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

Color convert

RGB 81 57 170 -
CMYK 0.52 0.66 0 0.33
HSL 252.74º 0.5% 0.45% -
HSV(B) 252.74º 0.66% 0.67% -
XYZ 12.11 7.58 38.85 -
YUV 77.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 81 57 170 0.52 0.66 0 0.33 252.74 0.5 0.45
Hex 51 39 AA 34 42 0 21 FD 32 2D
Octal 121 71 252 64 102 0 41 375 62 55
Binary 1010001 111001 10101010 110100 1000010 0 100001 11111101 110010 101101

Color Harmonies of #5139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5139AA

Black with #5139AA

Text Example


Text Example

White with #5139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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