#51389B

Color #51389B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #51389B

Tints of Blue Gem #51389B

Color information

#51389B (or 0x51389B) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 9B. RGB value is (81,56,155). Sum of RGB (Red+Green+Blue) = 81+56+155=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #51389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51389B is #AEC764. Grayscale: #4A4A4A. Windows color (decimal): -11454309 or 10172497. OLE color: 10172497.

HSL color Cylindrical-coordinate representation of color #51389B: hue angle of 255.15º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51389B is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8156155-
CMYK0.480.6400.39
HSL255.15º46.92%41.37%-
HSV(B)255.15º63.87%60.78%-
XYZ10.726.9431.79-
YUV74.76173.28132.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=27.74%
G=19.18%
B=53.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81561550.480.6400.39255.1546.9241.37
Hex51389B3040027ff2f29
Octal12170233601000473775751
Binary1010001111000100110111100001000000010011111111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51389B; }

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

 H1.HeaderClassName
 {
   color: #51389B;
 }
 .AnyTagClassName
 {
   color: #51389B;
 }
</style>
background-color css

<style>
 a { background-color: #51389B; }

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

 div.DivClassName
 {
   background-color: #51389B;
 }
 .BgClassName
 {
   background-color: #51389B;
 }
</style>
border-color css

<style>
 span { border-color: #51389B; }

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

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