#512DA4

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

Shades of Daisy Bush #512DA4

Tints of Daisy Bush #512DA4

Color information

#512DA4 (or 0x512DA4) is unknown color: approx Daisy Bush. HEX triplet: 51, 2D and A4. RGB value is (81,45,164). Sum of RGB (Red+Green+Blue) = 81+45+164=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #512DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DA4 is #AED25B. Grayscale: #444444. Windows color (decimal): -11457116 or 10759505. OLE color: 10759505.

HSL color Cylindrical-coordinate representation of color #512DA4: hue angle of 258.15º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512DA4 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8145164-
CMYK0.510.7300.36
HSL258.15º56.94%40.98%-
HSV(B)258.15º72.56%64.31%-
XYZ11.036.3135.76-
YUV69.33181.43136.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=27.93%
G=15.52%
B=56.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81451640.510.7300.36258.1556.9440.98
Hex512DA433490241023929
Octal12155244631110444027151
Binary10100011011011010010011001110010010100100100000010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512DA4; }

 p { color: rgb(81,45,164); }

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

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

 a { background-color: rgb(81,45,164); }

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

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

 span { border-color: rgb(81,45,164); }

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