#512795

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

Shades of Daisy Bush #512795

Tints of Daisy Bush #512795

Color information

#512795 (or 0x512795) is unknown color: approx Daisy Bush. HEX triplet: 51, 27 and 95. RGB value is (81,39,149). Sum of RGB (Red+Green+Blue) = 81+39+149=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #512795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512795 is #AED86A. Grayscale: #3F3F3F. Windows color (decimal): -11458667 or 9774929. OLE color: 9774929.

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

Color convert

RGB8139149-
CMYK0.460.7400.42
HSL262.91º58.51%36.86%-
HSV(B)262.91º73.83%58.43%-
XYZ9.545.3728.97-
YUV64.1175.91140.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=30.11%
G=14.50%
B=55.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81391490.460.7400.42262.9158.5136.86
Hex5127952E4A02A1073b25
Octal12147225561120524077345
Binary10100011001111001010110111010010100101010100000111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512795; }

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

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

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

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

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

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

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

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