Html Css Color HEX #5133AB Blue Gem

📋 copy color: '#5133AB'

red 81 ◦ green 51 ◦ blue 171

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

Shades of Blue Gem #5133AB

Tints of Blue Gem #5133AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 26.73%
G = 16.83%
B = 56.44%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5133AB (or 0x5133AB) is known color: Blue Gem. HEX triplet: 51, 33 and AB. RGB value is (81,51,171). Sum of RGB (Red+Green+Blue) = 81+51+171=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #5133AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5133AB is #AECC54. Grayscale: #494949. Windows color (decimal): -11455573 or 11219793. OLE color: 11219793.

HSL color Cylindrical-coordinate representation of color #5133AB: hue angle of 255º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5133AB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 51 171 -
CMYK 0.53 0.70 0 0.33
HSL 255º 0.54% 0.44% -
HSV(B) 255º 0.7% 0.67% -
XYZ 11.93 7.06 39.26 -
YUV 73.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 81 51 171 0.53 0.70 0 0.33 255 0.54 0.44
Hex 51 33 AB 35 46 0 21 FF 36 2C
Octal 121 63 253 65 106 0 41 377 66 54
Binary 1010001 110011 10101011 110101 1000110 0 100001 11111111 110110 101100

Color Harmonies of #5133AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5133AB

Black with #5133AB

Text Example


Text Example

White with #5133AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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