#513987

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

Shades of Blue Gem #513987

Tints of Blue Gem #513987

Color information

#513987 (or 0x513987) is unknown color: approx Blue Gem. HEX triplet: 51, 39 and 87. RGB value is (81,57,135). Sum of RGB (Red+Green+Blue) = 81+57+135=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #513987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513987 is #AEC678. Grayscale: #484848. Windows color (decimal): -11454073 or 8862033. OLE color: 8862033.

HSL color Cylindrical-coordinate representation of color #513987: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513987 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8157135-
CMYK0.400.5800.47
HSL258.46º40.62%37.65%-
HSV(B)258.46º57.78%52.94%-
XYZ9.236.4223.68-
YUV73.07162.95133.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=29.67%
G=20.88%
B=49.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81571350.400.5800.47258.4640.6237.65
Hex513987283A02F1022926
Octal1217120750720574025146
Binary1010001111001100001111010001110100101111100000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513987; }

 p { color: rgb(81,57,135); }

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

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

 a { background-color: rgb(81,57,135); }

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

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

 span { border-color: rgb(81,57,135); }

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