#51378C

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

Shades of Blue Gem #51378C

Tints of Blue Gem #51378C

Color information

#51378C (or 0x51378C) is unknown color: approx Blue Gem. HEX triplet: 51, 37 and 8C. RGB value is (81,55,140). Sum of RGB (Red+Green+Blue) = 81+55+140=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #51378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51378C is #AEC873. Grayscale: #484848. Windows color (decimal): -11454580 or 9189201. OLE color: 9189201.

HSL color Cylindrical-coordinate representation of color #51378C: hue angle of 258.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51378C is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8155140-
CMYK0.420.6100.45
HSL258.35º43.59%38.24%-
HSV(B)258.35º60.71%54.9%-
XYZ9.496.3825.54-
YUV72.46166.11134.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=29.35%
G=19.93%
B=50.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81551400.420.6100.45258.3543.5938.24
Hex51378C2A3D02D1022c26
Octal1216721452750554025446
Binary1010001110111100011001010101111010101101100000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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