#51388F

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

Shades of Blue Gem #51388F

Tints of Blue Gem #51388F

Color information

#51388F (or 0x51388F) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 8F. RGB value is (81,56,143). Sum of RGB (Red+Green+Blue) = 81+56+143=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #51388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51388F is #AEC770. Grayscale: #494949. Windows color (decimal): -11454321 or 9386065. OLE color: 9386065.

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

Color convert

RGB8156143-
CMYK0.430.6100.44
HSL257.24º43.72%39.02%-
HSV(B)257.24º60.84%56.08%-
XYZ9.776.5626.74-
YUV73.39167.28133.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 51.07%
R=28.93%
G=20%
B=51.07%

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
Decimal81561430.430.6100.44257.2443.7239.02
Hex51388F2B3D02C1012c27
Octal1217021753750544015447
Binary1010001111000100011111010111111010101100100000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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