#512881

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

Shades of Kingfisher Daisy #512881

Tints of Kingfisher Daisy #512881

Color information

#512881 (or 0x512881) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 28 and 81. RGB value is (81,40,129). Sum of RGB (Red+Green+Blue) = 81+40+129=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #512881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512881 is #AED77E. Grayscale: #3E3E3E. Windows color (decimal): -11458431 or 8464465. OLE color: 8464465.

HSL color Cylindrical-coordinate representation of color #512881: hue angle of 267.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512881 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8140129-
CMYK0.370.6900.49
HSL267.64º52.66%33.14%-
HSV(B)267.64º68.99%50.59%-
XYZ8.114.8521.28-
YUV62.4165.58141.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=32.4%
G=16%
B=51.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81401290.370.6900.49267.6452.6633.14
Hex512881254503110c3521
Octal12150201451050614146541
Binary10100011010001000000110010110001010110001100001100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512881; }

 p { color: rgb(81,40,129); }

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

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

 a { background-color: rgb(81,40,129); }

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

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

 span { border-color: rgb(81,40,129); }

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