#51458F

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

Shades of Blue Gem #51458F

Tints of Blue Gem #51458F

Color information

#51458F (or 0x51458F) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 8F. RGB value is (81,69,143). Sum of RGB (Red+Green+Blue) = 81+69+143=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #51458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458F is #AEBA70. Grayscale: #505050. Windows color (decimal): -11450993 or 9389393. OLE color: 9389393.

HSL color Cylindrical-coordinate representation of color #51458F: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51458F is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8169143-
CMYK0.430.5200.44
HSL249.73º34.91%41.57%-
HSV(B)249.73º51.75%56.08%-
XYZ10.487.9926.98-
YUV81.02162.98127.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=27.65%
G=23.55%
B=48.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81691430.430.5200.44249.7334.9141.57
Hex51458F2B3402Cfa232a
Octal12110521753640543724352
Binary1010001100010110001111101011110100010110011111010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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