#51388E

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

Shades of Blue Gem #51388E

Tints of Blue Gem #51388E

Color information

#51388E (or 0x51388E) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 8E. RGB value is (81,56,142). Sum of RGB (Red+Green+Blue) = 81+56+142=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #51388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51388E is #AEC771. Grayscale: #484848. Windows color (decimal): -11454322 or 9320529. OLE color: 9320529.

HSL color Cylindrical-coordinate representation of color #51388E: hue angle of 257.44º degrees, saturation: 0.43, 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 #51388E is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8156142-
CMYK0.430.6100.44
HSL257.44º43.43%38.82%-
HSV(B)257.44º60.56%55.69%-
XYZ9.696.5326.34-
YUV73.28166.78133.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=29.03%
G=20.07%
B=50.90%

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
Decimal81561420.430.6100.44257.4443.4338.82
Hex51388E2B3D02C1012b27
Octal1217021653750544015347
Binary1010001111000100011101010111111010101100100000001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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