#512989

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

Shades of Kingfisher Daisy #512989

Tints of Kingfisher Daisy #512989

Color information

#512989 (or 0x512989) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 29 and 89. RGB value is (81,41,137). Sum of RGB (Red+Green+Blue) = 81+41+137=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #512989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512989 is #AED676. Grayscale: #3F3F3F. Windows color (decimal): -11458167 or 8989009. OLE color: 8989009.

HSL color Cylindrical-coordinate representation of color #512989: hue angle of 265º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512989 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8141137-
CMYK0.410.7000.46
HSL265º53.93%34.9%-
HSV(B)265º70.07%53.73%-
XYZ8.75.1424.2-
YUV63.9169.25140.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=31.27%
G=15.83%
B=52.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81411370.410.7000.4626553.9334.9
Hex512989294602E1093623
Octal12151211511060564116643
Binary10100011010011000100110100110001100101110100001001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512989; }

 p { color: rgb(81,41,137); }

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

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

 a { background-color: rgb(81,41,137); }

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

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

 span { border-color: rgb(81,41,137); }

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