#513873

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

Shades of Blue Diamond #513873

Tints of Blue Diamond #513873

Color information

#513873 (or 0x513873) is unknown color: approx Blue Diamond. HEX triplet: 51, 38 and 73. RGB value is (81,56,115). Sum of RGB (Red+Green+Blue) = 81+56+115=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #513873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513873 is #AEC78C. Grayscale: #454545. Windows color (decimal): -11454349 or 7551057. OLE color: 7551057.

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

Color convert

RGB8156115-
CMYK0.300.5100.55
HSL265.42º34.5%33.53%-
HSV(B)265.42º51.3%45.1%-
XYZ7.95.8216.93-
YUV70.2153.28135.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=32.14%
G=22.22%
B=45.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81561150.300.5100.55265.4234.533.53
Hex5138731E330371092322
Octal1217016336630674114342
Binary10100011110001110011111101100110110111100001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513873; }

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

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

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

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

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

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

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

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