#513773

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

Shades of Blue Diamond #513773

Tints of Blue Diamond #513773

Color information

#513773 (or 0x513773) is unknown color: approx Blue Diamond. HEX triplet: 51, 37 and 73. RGB value is (81,55,115). Sum of RGB (Red+Green+Blue) = 81+55+115=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #513773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513773 is #AEC88C. Grayscale: #454545. Windows color (decimal): -11454605 or 7550801. OLE color: 7550801.

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

Color convert

RGB8155115-
CMYK0.300.5200.55
HSL266º35.29%33.33%-
HSV(B)266º52.17%45.1%-
XYZ7.855.7216.91-
YUV69.61153.61136.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=32.27%
G=21.91%
B=45.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81551150.300.5200.5526635.2933.33
Hex5137731E3403710a2321
Octal1216716336640674124341
Binary10100011101111110011111101101000110111100001010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513773; }

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

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

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

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

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

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

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

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