Html Css Color HEX #5138AB Blue Gem

📋 copy color: '#5138AB'

red 81 ◦ green 56 ◦ blue 171

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

Shades of Blue Gem #5138AB

Tints of Blue Gem #5138AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 26.3%
G = 18.18%
B = 55.52%

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

#5138AB (or 0x5138AB) is known color: Blue Gem. HEX triplet: 51, 38 and AB. RGB value is (81,56,171). Sum of RGB (Red+Green+Blue) = 81+56+171=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5138AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5138AB is #AEC754. Grayscale: #4C4C4C. Windows color (decimal): -11454293 or 11221073. OLE color: 11221073.

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

Color convert

RGB 81 56 171 -
CMYK 0.53 0.67 0 0.33
HSL 253.04º 0.51% 0.45% -
HSV(B) 253.04º 0.67% 0.67% -
XYZ 12.16 7.52 39.34 -
YUV 76.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 81 56 171 0.53 0.67 0 0.33 253.04 0.51 0.45
Hex 51 38 AB 35 43 0 21 FD 33 2D
Octal 121 70 253 65 103 0 41 375 63 55
Binary 1010001 111000 10101011 110101 1000011 0 100001 11111101 110011 101101

Color Harmonies of #5138AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138AB

Black with #5138AB

Text Example


Text Example

White with #5138AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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