#513095

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

Shades of Daisy Bush #513095

Tints of Daisy Bush #513095

Color information

#513095 (or 0x513095) is unknown color: approx Daisy Bush. HEX triplet: 51, 30 and 95. RGB value is (81,48,149). Sum of RGB (Red+Green+Blue) = 81+48+149=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #513095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513095 is #AECF6A. Grayscale: #454545. Windows color (decimal): -11456363 or 9777233. OLE color: 9777233.

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

Color convert

RGB8148149-
CMYK0.460.6800.42
HSL259.6º51.27%38.63%-
HSV(B)259.6º67.79%58.43%-
XYZ9.886.0329.08-
YUV69.38172.93136.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=29.14%
G=17.27%
B=53.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81481490.460.6800.42259.651.2738.63
Hex5130952E4402A1043327
Octal12160225561040524046347
Binary10100011100001001010110111010001000101010100000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513095; }

 p { color: rgb(81,48,149); }

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

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

 a { background-color: rgb(81,48,149); }

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

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

 span { border-color: rgb(81,48,149); }

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