#51459F

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

Shades of Blue Gem #51459F

Tints of Blue Gem #51459F

Color information

#51459F (or 0x51459F) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 9F. RGB value is (81,69,159). Sum of RGB (Red+Green+Blue) = 81+69+159=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #51459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51459F is #AEBA60. Grayscale: #525252. Windows color (decimal): -11450977 or 10437969. OLE color: 10437969.

HSL color Cylindrical-coordinate representation of color #51459F: hue angle of 248º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51459F is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8169159-
CMYK0.490.5700.38
HSL248º39.47%44.71%-
HSV(B)248º56.6%62.35%-
XYZ11.788.5133.82-
YUV82.85170.98126.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=26.21%
G=22.33%
B=51.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81691590.490.5700.3824839.4744.71
Hex51459F3139026f8272d
Octal12110523761710463704755
Binary1010001100010110011111110001111001010011011111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51459F; }

 p { color: rgb(81,69,159); }

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

<style>
 a { background-color: #51459F; }

 a { background-color: rgb(81,69,159); }

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

<style>
 span { border-color: #51459F; }

 span { border-color: rgb(81,69,159); }

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