#51359D

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

Shades of Blue Gem #51359D

Tints of Blue Gem #51359D

Color information

#51359D (or 0x51359D) is unknown color: approx Blue Gem. HEX triplet: 51, 35 and 9D. RGB value is (81,53,157). Sum of RGB (Red+Green+Blue) = 81+53+157=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #51359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51359D is #AECA62. Grayscale: #484848. Windows color (decimal): -11455075 or 10302801. OLE color: 10302801.

HSL color Cylindrical-coordinate representation of color #51359D: hue angle of 256.15º degrees, saturation: 0.5, 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 #51359D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8153157-
CMYK0.480.6600.38
HSL256.15º49.52%41.18%-
HSV(B)256.15º66.24%61.57%-
XYZ10.756.7332.63-
YUV73.23175.28133.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=27.84%
G=18.21%
B=53.95%

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
Decimal81531570.480.6600.38256.1549.5241.18
Hex51359D30420261003229
Octal12165235601020464006251
Binary10100011101011001110111000010000100100110100000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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