#513197

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

Shades of Daisy Bush #513197

Tints of Daisy Bush #513197

Color information

#513197 (or 0x513197) is unknown color: approx Daisy Bush. HEX triplet: 51, 31 and 97. RGB value is (81,49,151). Sum of RGB (Red+Green+Blue) = 81+49+151=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #513197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513197 is #AECE68. Grayscale: #454545. Windows color (decimal): -11456105 or 9908561. OLE color: 9908561.

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

Color convert

RGB8149151-
CMYK0.460.6800.41
HSL258.82º51%39.22%-
HSV(B)258.82º67.55%59.22%-
XYZ10.086.1829.94-
YUV70.2173.6135.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=28.83%
G=17.44%
B=53.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81491510.460.6800.41258.825139.22
Hex5131972E440291033327
Octal12161227561040514036347
Binary10100011100011001011110111010001000101001100000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513197; }

 p { color: rgb(81,49,151); }

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

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

 a { background-color: rgb(81,49,151); }

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

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

 span { border-color: rgb(81,49,151); }

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