#542790

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

Shades of Kingfisher Daisy #542790

Tints of Kingfisher Daisy #542790

Color information

#542790 (or 0x542790) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 27 and 90. RGB value is (84,39,144). Sum of RGB (Red+Green+Blue) = 84+39+144=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #542790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542790 is #ABD86F. Grayscale: #404040. Windows color (decimal): -11262064 or 9447252. OLE color: 9447252.

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

Color convert

RGB8439144-
CMYK0.420.7300.44
HSL265.71º57.38%35.88%-
HSV(B)265.71º72.92%56.47%-
XYZ9.425.3526.92-
YUV64.42172.91141.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=31.46%
G=14.61%
B=53.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84391440.420.7300.44265.7157.3835.88
Hex5427902A4902C10a3924
Octal12447220521110544127144
Binary10101001001111001000010101010010010101100100001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542790; }

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

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

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

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

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

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

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

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