#51389D

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

Shades of Blue Gem #51389D

Tints of Blue Gem #51389D

Color information

#51389D (or 0x51389D) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 9D. RGB value is (81,56,157). Sum of RGB (Red+Green+Blue) = 81+56+157=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #51389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51389D is #AEC762. Grayscale: #4A4A4A. Windows color (decimal): -11454307 or 10303569. OLE color: 10303569.

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

Color convert

RGB8156157-
CMYK0.480.6400.38
HSL254.85º47.42%41.76%-
HSV(B)254.85º64.33%61.57%-
XYZ10.897.0132.68-
YUV74.99174.28132.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=27.55%
G=19.05%
B=53.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81561570.480.6400.38254.8547.4241.76
Hex51389D3040026ff2f2a
Octal12170235601000463775752
Binary1010001111000100111011100001000000010011011111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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