#51378E

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

Shades of Blue Gem #51378E

Tints of Blue Gem #51378E

Color information

#51378E (or 0x51378E) is unknown color: approx Blue Gem. HEX triplet: 51, 37 and 8E. RGB value is (81,55,142). Sum of RGB (Red+Green+Blue) = 81+55+142=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #51378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51378E is #AEC871. Grayscale: #484848. Windows color (decimal): -11454578 or 9320273. OLE color: 9320273.

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

Color convert

RGB8155142-
CMYK0.430.6100.44
HSL257.93º44.16%38.63%-
HSV(B)257.93º61.27%55.69%-
XYZ9.646.4326.33-
YUV72.69167.11133.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=29.14%
G=19.78%
B=51.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81551420.430.6100.44257.9344.1638.63
Hex51378E2B3D02C1022c27
Octal1216721653750544025447
Binary1010001110111100011101010111111010101100100000010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51378E; }

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

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

<style>
 a { background-color: #51378E; }

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

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

<style>
 span { border-color: #51378E; }

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

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