#512ea4

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

Shades of Daisy Bush #512EA4

Tints of Daisy Bush #512EA4

Color information

#512EA4 (or 0x512EA4) is unknown color: approx Daisy Bush. HEX triplet: 51, 2E and A4. RGB value is (81,46,164). Sum of RGB (Red+Green+Blue) = 81+46+164=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #512EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512EA4 is #AED15B. Grayscale: #454545. Windows color (decimal): -11456860 or 10759761. OLE color: 10759761.

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

Color convert

RGB8146164-
CMYK0.510.7200.36
HSL257.8º56.19%41.18%-
HSV(B)257.8º71.95%64.31%-
XYZ11.076.3835.77-
YUV69.92181.1135.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 164 (64.45% from 255) = 56.36%
R=27.84%
G=15.81%
B=56.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81461640.510.7200.36257.856.1941.18
Hex512EA433480241023829
Octal12156244631100444027051
Binary10100011011101010010011001110010000100100100000010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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