#51369E

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

Shades of Blue Gem #51369E

Tints of Blue Gem #51369E

Color information

#51369E (or 0x51369E) is unknown color: approx Blue Gem. HEX triplet: 51, 36 and 9E. RGB value is (81,54,158). Sum of RGB (Red+Green+Blue) = 81+54+158=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #51369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51369E is #AEC961. Grayscale: #494949. Windows color (decimal): -11454818 or 10368593. OLE color: 10368593.

HSL color Cylindrical-coordinate representation of color #51369E: hue angle of 255.58º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51369E is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8154158-
CMYK0.490.6600.38
HSL255.58º49.06%41.57%-
HSV(B)255.58º65.82%61.96%-
XYZ10.886.8633.1-
YUV73.93175.45133.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=27.65%
G=18.43%
B=53.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81541580.490.6600.38255.5849.0641.57
Hex51369E3142026100312a
Octal12166236611020464006152
Binary10100011101101001111011000110000100100110100000000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51369E; }

 p { color: rgb(81,54,158); }

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

<style>
 a { background-color: #51369E; }

 a { background-color: rgb(81,54,158); }

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

<style>
 span { border-color: #51369E; }

 span { border-color: rgb(81,54,158); }

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