#512D85

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

Shades of Kingfisher Daisy #512D85

Tints of Kingfisher Daisy #512D85

Color information

#512D85 (or 0x512D85) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2D and 85. RGB value is (81,45,133). Sum of RGB (Red+Green+Blue) = 81+45+133=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #512D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D85 is #AED27A. Grayscale: #414141. Windows color (decimal): -11457147 or 8727889. OLE color: 8727889.

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

Color convert

RGB8145133-
CMYK0.390.6600.48
HSL264.55º49.44%34.9%-
HSV(B)264.55º66.17%52.16%-
XYZ8.575.3222.77-
YUV65.8165.93138.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=31.27%
G=17.37%
B=51.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81451330.390.6600.48264.5549.4434.9
Hex512D8527420301093123
Octal12155205471020604116143
Binary10100011011011000010110011110000100110000100001001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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