#512487

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

Shades of Kingfisher Daisy #512487

Tints of Kingfisher Daisy #512487

Color information

#512487 (or 0x512487) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 24 and 87. RGB value is (81,36,135). Sum of RGB (Red+Green+Blue) = 81+36+135=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #512487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512487 is #AEDB78. Grayscale: #3C3C3C. Windows color (decimal): -11459449 or 8856657. OLE color: 8856657.

HSL color Cylindrical-coordinate representation of color #512487: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512487 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8136135-
CMYK0.400.7300.47
HSL267.27º57.89%33.53%-
HSV(B)267.27º73.33%52.94%-
XYZ8.44.7623.4-
YUV60.74169.91142.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=32.14%
G=14.29%
B=53.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81361350.400.7300.47267.2757.8933.53
Hex512487284902F10b3a22
Octal12144207501110574137242
Binary10100011001001000011110100010010010101111100001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512487; }

 p { color: rgb(81,36,135); }

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

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

 a { background-color: rgb(81,36,135); }

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

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

 span { border-color: rgb(81,36,135); }

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