#513174

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

Shades of Blue Diamond #513174

Tints of Blue Diamond #513174

Color information

#513174 (or 0x513174) is unknown color: approx Blue Diamond. HEX triplet: 51, 31 and 74. RGB value is (81,49,116). Sum of RGB (Red+Green+Blue) = 81+49+116=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #513174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513174 is #AECE8B. Grayscale: #414141. Windows color (decimal): -11456140 or 7614801. OLE color: 7614801.

HSL color Cylindrical-coordinate representation of color #513174: hue angle of 268.66º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513174 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8149116-
CMYK0.300.5800.55
HSL268.66º40.61%32.35%-
HSV(B)268.66º57.76%45.49%-
XYZ7.645.2117.13-
YUV66.21156.1138.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=32.93%
G=19.92%
B=47.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81491160.300.5800.55268.6640.6132.35
Hex5131741E3A03710d2920
Octal1216116436720674155140
Binary10100011100011110100111101110100110111100001101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513174; }

 p { color: rgb(81,49,116); }

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

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

 a { background-color: rgb(81,49,116); }

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

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

 span { border-color: rgb(81,49,116); }

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