#513698

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

Shades of Blue Gem #513698

Tints of Blue Gem #513698

Color information

#513698 (or 0x513698) is unknown color: approx Blue Gem. HEX triplet: 51, 36 and 98. RGB value is (81,54,152). Sum of RGB (Red+Green+Blue) = 81+54+152=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #513698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513698 is #AEC967. Grayscale: #484848. Windows color (decimal): -11454824 or 9975377. OLE color: 9975377.

HSL color Cylindrical-coordinate representation of color #513698: hue angle of 256.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513698 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8154152-
CMYK0.470.6400.40
HSL256.53º47.57%40.39%-
HSV(B)256.53º64.47%59.61%-
XYZ10.386.6530.44-
YUV73.24172.45133.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=28.22%
G=18.82%
B=52.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81541520.470.6400.40256.5347.5740.39
Hex5136982F400281013028
Octal12166230571000504016050
Binary10100011101101001100010111110000000101000100000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513698; }

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

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

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

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

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

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

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

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