#512C8B

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

Shades of Kingfisher Daisy #512C8B

Tints of Kingfisher Daisy #512C8B

Color information

#512C8B (or 0x512C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2C and 8B. RGB value is (81,44,139). Sum of RGB (Red+Green+Blue) = 81+44+139=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #512C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C8B is #AED374. Grayscale: #414141. Windows color (decimal): -11457397 or 9120849. OLE color: 9120849.

HSL color Cylindrical-coordinate representation of color #512C8B: hue angle of 263.37º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512C8B is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8144139-
CMYK0.420.6800.45
HSL263.37º51.91%35.88%-
HSV(B)263.37º68.35%54.51%-
XYZ8.955.4125-
YUV65.89169.26138.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=30.68%
G=16.67%
B=52.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81441390.420.6800.45263.3751.9135.88
Hex512C8B2A4402D1073424
Octal12154213521040554076444
Binary10100011011001000101110101010001000101101100000111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,139); }

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

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

 a { background-color: rgb(81,44,139); }

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

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

 span { border-color: rgb(81,44,139); }

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