#513369

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

Shades of Blue Diamond #513369

Tints of Blue Diamond #513369

Color information

#513369 (or 0x513369) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 69. RGB value is (81,51,105). Sum of RGB (Red+Green+Blue) = 81+51+105=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #513369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513369 is #AECC96. Grayscale: #414141. Windows color (decimal): -11455639 or 6894417. OLE color: 6894417.

HSL color Cylindrical-coordinate representation of color #513369: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513369 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8151105-
CMYK0.230.5100.59
HSL273.33º34.62%30.59%-
HSV(B)273.33º51.43%41.18%-
XYZ7.135.1413.98-
YUV66.13149.94138.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=34.18%
G=21.52%
B=44.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81511050.230.5100.59273.3334.6230.59
Hex513369173303B111231f
Octal1216315127630734214337
Binary1010001110011110100110111110011011101110001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513369; }

 p { color: rgb(81,51,105); }

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

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

 a { background-color: rgb(81,51,105); }

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

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

 span { border-color: rgb(81,51,105); }

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