#513296

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

Shades of Daisy Bush #513296

Tints of Daisy Bush #513296

Color information

#513296 (or 0x513296) is unknown color: approx Daisy Bush. HEX triplet: 51, 32 and 96. RGB value is (81,50,150). Sum of RGB (Red+Green+Blue) = 81+50+150=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #513296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513296 is #AECD69. Grayscale: #464646. Windows color (decimal): -11455850 or 9843281. OLE color: 9843281.

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

Color convert

RGB8150150-
CMYK0.460.6700.41
HSL258.6º50%39.22%-
HSV(B)258.6º66.67%58.82%-
XYZ10.046.2329.53-
YUV70.67172.77135.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=28.83%
G=17.79%
B=53.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81501500.460.6700.41258.65039.22
Hex5132962E430291033227
Octal12162226561030514036247
Binary10100011100101001011010111010000110101001100000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513296; }

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

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

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

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

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

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

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

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