#513299

Color #513299 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #513299

Tints of Daisy Bush #513299

Color information

#513299 (or 0x513299) is unknown color: approx Daisy Bush. HEX triplet: 51, 32 and 99. RGB value is (81,50,153). Sum of RGB (Red+Green+Blue) = 81+50+153=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #513299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513299 is #AECD66. Grayscale: #464646. Windows color (decimal): -11455847 or 10039889. OLE color: 10039889.

HSL color Cylindrical-coordinate representation of color #513299: hue angle of 258.06º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513299 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8150153-
CMYK0.470.6700.4
HSL258.06º50.74%39.8%-
HSV(B)258.06º67.32%60%-
XYZ10.286.3330.82-
YUV71.01174.27135.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=28.52%
G=17.61%
B=53.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81501530.470.6700.4258.0650.7439.8
Hex5132992F430281023328
Octal12162231571030504026350
Binary10100011100101001100110111110000110101000100000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513299; }

 p { color: rgb(81,50,153); }

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

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

 a { background-color: rgb(81,50,153); }

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

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

 span { border-color: rgb(81,50,153); }

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