#542990

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

Shades of Kingfisher Daisy #542990

Tints of Kingfisher Daisy #542990

Color information

#542990 (or 0x542990) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 29 and 90. RGB value is (84,41,144). Sum of RGB (Red+Green+Blue) = 84+41+144=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #542990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542990 is #ABD66F. Grayscale: #414141. Windows color (decimal): -11261552 or 9447764. OLE color: 9447764.

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

Color convert

RGB8441144-
CMYK0.420.7200.44
HSL265.05º55.68%36.27%-
HSV(B)265.05º71.53%56.47%-
XYZ9.485.4826.94-
YUV65.6172.25141.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=31.23%
G=15.24%
B=53.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84411440.420.7200.44265.0555.6836.27
Hex5429902A4802C1093824
Octal12451220521100544117044
Binary10101001010011001000010101010010000101100100001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542990; }

 p { color: rgb(84,41,144); }

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

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

 a { background-color: rgb(84,41,144); }

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

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

 span { border-color: rgb(84,41,144); }

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