#512D8A

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

Shades of Kingfisher Daisy #512D8A

Tints of Kingfisher Daisy #512D8A

Color information

#512D8A (or 0x512D8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2D and 8A. RGB value is (81,45,138). Sum of RGB (Red+Green+Blue) = 81+45+138=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #512D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D8A is #AED275. Grayscale: #424242. Windows color (decimal): -11457142 or 9055569. OLE color: 9055569.

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

Color convert

RGB8145138-
CMYK0.410.6700.46
HSL263.23º50.82%35.88%-
HSV(B)263.23º67.39%54.12%-
XYZ8.925.4624.63-
YUV66.37168.43138.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=30.68%
G=17.05%
B=52.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81451380.410.6700.46263.2350.8235.88
Hex512D8A294302E1073324
Octal12155212511030564076344
Binary10100011011011000101010100110000110101110100000111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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