#51428e

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

Shades of Blue Gem #51428E

Tints of Blue Gem #51428E

Color information

#51428E (or 0x51428E) is unknown color: approx Blue Gem. HEX triplet: 51, 42 and 8E. RGB value is (81,66,142). Sum of RGB (Red+Green+Blue) = 81+66+142=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #51428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51428E is #AEBD71. Grayscale: #4E4E4E. Windows color (decimal): -11451762 or 9323089. OLE color: 9323089.

HSL color Cylindrical-coordinate representation of color #51428E: hue angle of 251.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51428E is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8166142-
CMYK0.430.5400.44
HSL251.84º36.54%40.78%-
HSV(B)251.84º53.52%55.69%-
XYZ10.227.626.52-
YUV79.15163.47129.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=28.03%
G=22.84%
B=49.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81661420.430.5400.44251.8436.5440.78
Hex51428E2B3602Cfc2529
Octal12110221653660543744551
Binary1010001100001010001110101011110110010110011111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51428e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51428e; }

 p { color: rgb(81,66,142); }

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

<style>
 a { background-color: #51428e; }

 a { background-color: rgb(81,66,142); }

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

<style>
 span { border-color: #51428e; }

 span { border-color: rgb(81,66,142); }

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