#51388B

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

Shades of Blue Gem #51388B

Tints of Blue Gem #51388B

Color information

#51388B (or 0x51388B) is unknown color: approx Blue Gem. HEX triplet: 51, 38 and 8B. RGB value is (81,56,139). Sum of RGB (Red+Green+Blue) = 81+56+139=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #51388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51388B is #AEC774. Grayscale: #484848. Windows color (decimal): -11454325 or 9123921. OLE color: 9123921.

HSL color Cylindrical-coordinate representation of color #51388B: hue angle of 258.07º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51388B is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8156139-
CMYK0.420.6000.45
HSL258.07º42.56%38.24%-
HSV(B)258.07º59.71%54.51%-
XYZ9.476.4425.17-
YUV72.94165.28133.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=29.35%
G=20.29%
B=50.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81561390.420.6000.45258.0742.5638.24
Hex51388B2A3C02D1022b26
Octal1217021352740554025346
Binary1010001111000100010111010101111000101101100000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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