#512090

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

Shades of Kingfisher Daisy #512090

Tints of Kingfisher Daisy #512090

Color information

#512090 (or 0x512090) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 20 and 90. RGB value is (81,32,144). Sum of RGB (Red+Green+Blue) = 81+32+144=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #512090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512090 is #AEDF6F. Grayscale: #3B3B3B. Windows color (decimal): -11460464 or 9445457. OLE color: 9445457.

HSL color Cylindrical-coordinate representation of color #512090: hue angle of 266.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512090 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8132144-
CMYK0.440.7800.44
HSL266.25º63.64%34.51%-
HSV(B)266.25º77.78%56.47%-
XYZ8.944.826.84-
YUV59.42175.73143.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=31.52%
G=12.45%
B=56.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81321440.440.7800.44266.2563.6434.51
Hex5120902C4E02C10a4023
Octal121402205411605441210043
Binary101000110000010010000101100100111001011001000010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512090; }

 p { color: rgb(81,32,144); }

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

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

 a { background-color: rgb(81,32,144); }

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

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

 span { border-color: rgb(81,32,144); }

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