#51369D

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

Shades of Blue Gem #51369D

Tints of Blue Gem #51369D

Color information

#51369D (or 0x51369D) is unknown color: approx Blue Gem. HEX triplet: 51, 36 and 9D. RGB value is (81,54,157). Sum of RGB (Red+Green+Blue) = 81+54+157=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #51369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51369D is #AEC962. Grayscale: #494949. Windows color (decimal): -11454819 or 10303057. OLE color: 10303057.

HSL color Cylindrical-coordinate representation of color #51369D: hue angle of 255.73º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51369D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8154157-
CMYK0.480.6600.38
HSL255.73º48.82%41.37%-
HSV(B)255.73º65.61%61.57%-
XYZ10.86.8232.65-
YUV73.82174.95133.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=27.74%
G=18.49%
B=53.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81541570.480.6600.38255.7348.8241.37
Hex51369D30420261003129
Octal12166235601020464006151
Binary10100011101101001110111000010000100100110100000000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51369D; }

 p { color: rgb(81,54,157); }

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

<style>
 a { background-color: #51369D; }

 a { background-color: rgb(81,54,157); }

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

<style>
 span { border-color: #51369D; }

 span { border-color: rgb(81,54,157); }

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