#512696

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

Shades of Daisy Bush #512696

Tints of Daisy Bush #512696

Color information

#512696 (or 0x512696) is unknown color: approx Daisy Bush. HEX triplet: 51, 26 and 96. RGB value is (81,38,150). Sum of RGB (Red+Green+Blue) = 81+38+150=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #512696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512696 is #AED969. Grayscale: #3F3F3F. Windows color (decimal): -11458922 or 9840209. OLE color: 9840209.

HSL color Cylindrical-coordinate representation of color #512696: hue angle of 263.04º 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 #512696 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8138150-
CMYK0.460.7500.41
HSL263.04º59.57%36.86%-
HSV(B)263.04º74.67%58.82%-
XYZ9.595.3429.38-
YUV63.62176.75140.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=30.11%
G=14.13%
B=55.76%

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
Decimal81381500.460.7500.41263.0459.5736.86
Hex5126962E4B0291073c25
Octal12146226561130514077445
Binary10100011001101001011010111010010110101001100000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512696; }

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

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

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

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

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

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

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

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