#512396

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

Shades of Daisy Bush #512396

Tints of Daisy Bush #512396

Color information

#512396 (or 0x512396) is unknown color: approx Daisy Bush. HEX triplet: 51, 23 and 96. RGB value is (81,35,150). Sum of RGB (Red+Green+Blue) = 81+35+150=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #512396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512396 is #AEDC69. Grayscale: #3D3D3D. Windows color (decimal): -11459690 or 9839441. OLE color: 9839441.

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

Color convert

RGB8135150-
CMYK0.460.7700.41
HSL264º62.16%36.27%-
HSV(B)264º76.67%58.82%-
XYZ9.55.1529.35-
YUV61.86177.74141.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 150 (58.98% from 255) = 56.39%
R=30.45%
G=13.16%
B=56.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81351500.460.7700.4126462.1636.27
Hex5123962E4D0291083e24
Octal12143226561150514107644
Binary10100011000111001011010111010011010101001100001000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512396; }

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

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

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

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

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

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

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

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