#54298E

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

Shades of Kingfisher Daisy #54298E

Tints of Kingfisher Daisy #54298E

Color information

#54298E (or 0x54298E) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 29 and 8E. RGB value is (84,41,142). Sum of RGB (Red+Green+Blue) = 84+41+142=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #54298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54298E is #ABD671. Grayscale: #414141. Windows color (decimal): -11261554 or 9316692. OLE color: 9316692.

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

Color convert

RGB8441142-
CMYK0.410.7100.44
HSL265.54º55.19%35.88%-
HSV(B)265.54º71.13%55.69%-
XYZ9.335.4226.15-
YUV65.37171.25141.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=31.46%
G=15.36%
B=53.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84411420.410.7100.44265.5455.1935.88
Hex54298E294702C10a3724
Octal12451216511070544126744
Binary10101001010011000111010100110001110101100100001010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54298E; }

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

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

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

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

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

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

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

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