#51459A

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

Shades of Blue Gem #51459A

Tints of Blue Gem #51459A

Color information

#51459A (or 0x51459A) is unknown color: approx Blue Gem. HEX triplet: 51, 45 and 9A. RGB value is (81,69,154). Sum of RGB (Red+Green+Blue) = 81+69+154=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #51459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51459A is #AEBA65. Grayscale: #515151. Windows color (decimal): -11450982 or 10110289. OLE color: 10110289.

HSL color Cylindrical-coordinate representation of color #51459A: hue angle of 248.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51459A is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8169154-
CMYK0.470.5500.40
HSL248.47º38.12%43.73%-
HSV(B)248.47º55.19%60.39%-
XYZ11.358.3431.58-
YUV82.28168.48127.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=26.64%
G=22.70%
B=50.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81691540.470.5500.40248.4738.1243.73
Hex51459A2F37028f8262c
Octal12110523257670503704654
Binary1010001100010110011010101111110111010100011111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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