#512596

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

Shades of Daisy Bush #512596

Tints of Daisy Bush #512596

Color information

#512596 (or 0x512596) is unknown color: approx Daisy Bush. HEX triplet: 51, 25 and 96. RGB value is (81,37,150). Sum of RGB (Red+Green+Blue) = 81+37+150=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #512596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512596 is #AEDA69. Grayscale: #3E3E3E. Windows color (decimal): -11459178 or 9839953. OLE color: 9839953.

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

Color convert

RGB8137150-
CMYK0.460.7500.41
HSL263.36º60.43%36.67%-
HSV(B)263.36º75.33%58.82%-
XYZ9.565.2729.37-
YUV63.04177.08140.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=30.22%
G=13.81%
B=55.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81371500.460.7500.41263.3660.4336.67
Hex5125962E4B0291073c25
Octal12145226561130514077445
Binary10100011001011001011010111010010110101001100000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512596; }

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

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

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

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

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

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

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

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