#513293

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

Shades of Daisy Bush #513293

Tints of Daisy Bush #513293

Color information

#513293 (or 0x513293) is unknown color: approx Daisy Bush. HEX triplet: 51, 32 and 93. RGB value is (81,50,147). Sum of RGB (Red+Green+Blue) = 81+50+147=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #513293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513293 is #AECD6C. Grayscale: #454545. Windows color (decimal): -11455853 or 9646673. OLE color: 9646673.

HSL color Cylindrical-coordinate representation of color #513293: hue angle of 259.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513293 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8150147-
CMYK0.450.6600.42
HSL259.18º49.24%38.63%-
HSV(B)259.18º65.99%57.65%-
XYZ9.86.1428.27-
YUV70.33171.27135.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=29.14%
G=17.99%
B=52.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81501470.450.6600.42259.1849.2438.63
Hex5132932D4202A1033127
Octal12162223551020524036147
Binary10100011100101001001110110110000100101010100000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513293; }

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

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

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

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

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

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

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

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