#51489A

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

Shades of Blue Gem #51489A

Tints of Blue Gem #51489A

Color information

#51489A (or 0x51489A) is unknown color: approx Blue Gem. HEX triplet: 51, 48 and 9A. RGB value is (81,72,154). Sum of RGB (Red+Green+Blue) = 81+72+154=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #51489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51489A is #AEB765. Grayscale: #535353. Windows color (decimal): -11450214 or 10111057. OLE color: 10111057.

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

Color convert

RGB8172154-
CMYK0.470.5300.40
HSL246.59º36.28%44.31%-
HSV(B)246.59º53.25%60.39%-
XYZ11.548.7231.65-
YUV84.04167.48125.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=26.38%
G=23.45%
B=50.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81721540.470.5300.40246.5936.2844.31
Hex51489A2F35028f7242c
Octal12111023257650503674454
Binary1010001100100010011010101111110101010100011110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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