#513988

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

Shades of Blue Gem #513988

Tints of Blue Gem #513988

Color information

#513988 (or 0x513988) is unknown color: approx Blue Gem. HEX triplet: 51, 39 and 88. RGB value is (81,57,136). Sum of RGB (Red+Green+Blue) = 81+57+136=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #513988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513988 is #AEC677. Grayscale: #484848. Windows color (decimal): -11454072 or 8927569. OLE color: 8927569.

HSL color Cylindrical-coordinate representation of color #513988: hue angle of 258.23º 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 #513988 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8157136-
CMYK0.400.5800.47
HSL258.23º40.93%37.84%-
HSV(B)258.23º58.09%53.33%-
XYZ9.36.4524.05-
YUV73.18163.45133.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=29.56%
G=20.80%
B=49.64%

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
Decimal81571360.400.5800.47258.2340.9337.84
Hex513988283A02F1022926
Octal1217121050720574025146
Binary1010001111001100010001010001110100101111100000010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513988; }

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

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

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

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

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

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

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

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