#512599

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

Shades of Daisy Bush #512599

Tints of Daisy Bush #512599

Color information

#512599 (or 0x512599) is unknown color: approx Daisy Bush. HEX triplet: 51, 25 and 99. RGB value is (81,37,153). Sum of RGB (Red+Green+Blue) = 81+37+153=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #512599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512599 is #AEDA66. Grayscale: #3E3E3E. Windows color (decimal): -11459175 or 10036561. OLE color: 10036561.

HSL color Cylindrical-coordinate representation of color #512599: hue angle of 262.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512599 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8137153-
CMYK0.470.7600.4
HSL262.76º61.05%37.25%-
HSV(B)262.76º75.82%60%-
XYZ9.85.3730.66-
YUV63.38178.58140.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=29.89%
G=13.65%
B=56.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81371530.470.7600.4262.7661.0537.25
Hex5125992F4C0281073d25
Octal12145231571140504077545
Binary10100011001011001100110111110011000101000100000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512599; }

 p { color: rgb(81,37,153); }

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

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

 a { background-color: rgb(81,37,153); }

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

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

 span { border-color: rgb(81,37,153); }

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