#513774

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

Shades of Blue Diamond #513774

Tints of Blue Diamond #513774

Color information

#513774 (or 0x513774) is unknown color: approx Blue Diamond. HEX triplet: 51, 37 and 74. RGB value is (81,55,116). Sum of RGB (Red+Green+Blue) = 81+55+116=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #513774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513774 is #AEC88B. Grayscale: #454545. Windows color (decimal): -11454604 or 7616337. OLE color: 7616337.

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

Color convert

RGB8155116-
CMYK0.300.5300.55
HSL265.57º35.67%33.53%-
HSV(B)265.57º52.59%45.49%-
XYZ7.915.7417.21-
YUV69.73154.11136.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=32.14%
G=21.83%
B=46.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81551160.300.5300.55265.5735.6733.53
Hex5137741E3503710a2422
Octal1216716436650674124442
Binary10100011101111110100111101101010110111100001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513774; }

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

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

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

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

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

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

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

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