Html Css Color HEX #5138AA Blue Gem

📋 copy color: '#5138AA'

red 81 ◦ green 56 ◦ blue 170

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

Shades of Blue Gem #5138AA

Tints of Blue Gem #5138AA

RGB

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

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

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

R = 26.38%
G = 18.24%
B = 55.37%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5138AA (or 0x5138AA) is known color: Blue Gem. HEX triplet: 51, 38 and AA. RGB value is (81,56,170). Sum of RGB (Red+Green+Blue) = 81+56+170=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #5138AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5138AA is #AEC755. Grayscale: #4C4C4C. Windows color (decimal): -11454294 or 11155537. OLE color: 11155537.

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

Color convert

RGB 81 56 170 -
CMYK 0.52 0.67 0 0.33
HSL 253.16º 0.5% 0.44% -
HSV(B) 253.16º 0.67% 0.67% -
XYZ 12.06 7.48 38.84 -
YUV 76.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 81 56 170 0.52 0.67 0 0.33 253.16 0.5 0.44
Hex 51 38 AA 34 43 0 21 FD 32 2C
Octal 121 70 252 64 103 0 41 375 62 54
Binary 1010001 111000 10101010 110100 1000011 0 100001 11111101 110010 101100

Color Harmonies of #5138AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138AA

Black with #5138AA

Text Example


Text Example

White with #5138AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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