#512E84

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

Shades of Kingfisher Daisy #512E84

Tints of Kingfisher Daisy #512E84

Color information

#512E84 (or 0x512E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2E and 84. RGB value is (81,46,132). Sum of RGB (Red+Green+Blue) = 81+46+132=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #512E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512E84 is #AED17B. Grayscale: #414141. Windows color (decimal): -11456892 or 8662609. OLE color: 8662609.

HSL color Cylindrical-coordinate representation of color #512E84: hue angle of 264.42º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512E84 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8146132-
CMYK0.390.6500.48
HSL264.42º48.31%34.9%-
HSV(B)264.42º65.15%51.76%-
XYZ8.545.3722.42-
YUV66.27165.1138.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=31.27%
G=17.76%
B=50.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81461320.390.6500.48264.4248.3134.9
Hex512E8427410301083023
Octal12156204471010604106043
Binary10100011011101000010010011110000010110000100001000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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