#542892

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

Shades of Kingfisher Daisy #542892

Tints of Kingfisher Daisy #542892

Color information

#542892 (or 0x542892) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 28 and 92. RGB value is (84,40,146). Sum of RGB (Red+Green+Blue) = 84+40+146=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #542892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542892 is #ABD76D. Grayscale: #404040. Windows color (decimal): -11261806 or 9578580. OLE color: 9578580.

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

Color convert

RGB8440146-
CMYK0.420.7300.43
HSL264.91º56.99%36.47%-
HSV(B)264.91º72.6%57.25%-
XYZ9.65.4827.75-
YUV65.24173.58141.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=31.11%
G=14.81%
B=54.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84401460.420.7300.43264.9156.9936.47
Hex5428922A4902B1093924
Octal12450222521110534117144
Binary10101001010001001001010101010010010101011100001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542892; }

 p { color: rgb(84,40,146); }

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

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

 a { background-color: rgb(84,40,146); }

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

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

 span { border-color: rgb(84,40,146); }

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