#513569

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

Shades of Blue Diamond #513569

Tints of Blue Diamond #513569

Color information

#513569 (or 0x513569) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 69. RGB value is (81,53,105). Sum of RGB (Red+Green+Blue) = 81+53+105=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #513569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513569 is #AECA96. Grayscale: #434343. Windows color (decimal): -11455127 or 6894929. OLE color: 6894929.

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

Color convert

RGB8153105-
CMYK0.230.5000.59
HSL272.31º32.91%30.98%-
HSV(B)272.31º49.52%41.18%-
XYZ7.225.3214.01-
YUV67.3149.28137.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=33.89%
G=22.18%
B=43.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81531050.230.5000.59272.3132.9130.98
Hex513569173203B110211f
Octal1216515127620734204137
Binary1010001110101110100110111110010011101110001000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513569; }

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

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

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

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

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

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

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

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