Html Css Color HEX #5138AC Blue Gem

📋 copy color: '#5138AC'

red 81 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #5138AC

Tints of Blue Gem #5138AC

RGB

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

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

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

R = 26.21%
G = 18.12%
B = 55.66%

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

#5138AC (or 0x5138AC) is known color: Blue Gem. HEX triplet: 51, 38 and AC. RGB value is (81,56,172). Sum of RGB (Red+Green+Blue) = 81+56+172=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #5138AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5138AC is #AEC753. Grayscale: #4C4C4C. Windows color (decimal): -11454292 or 11286609. OLE color: 11286609.

HSL color Cylindrical-coordinate representation of color #5138AC: hue angle of 252.93º degrees, saturation: 0.51, 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 #5138AC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 56 172 -
CMYK 0.53 0.67 0 0.33
HSL 252.93º 0.51% 0.45% -
HSV(B) 252.93º 0.67% 0.67% -
XYZ 12.25 7.56 39.84 -
YUV 76.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 81 56 172 0.53 0.67 0 0.33 252.93 0.51 0.45
Hex 51 38 AC 35 43 0 21 FD 33 2D
Octal 121 70 254 65 103 0 41 375 63 55
Binary 1010001 111000 10101100 110101 1000011 0 100001 11111101 110011 101101

Color Harmonies of #5138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138AC

Black with #5138AC

Text Example


Text Example

White with #5138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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