#542992

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

Shades of Kingfisher Daisy #542992

Tints of Kingfisher Daisy #542992

Color information

#542992 (or 0x542992) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 29 and 92. RGB value is (84,41,146). Sum of RGB (Red+Green+Blue) = 84+41+146=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #542992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542992 is #ABD66D. Grayscale: #414141. Windows color (decimal): -11261550 or 9578836. OLE color: 9578836.

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

Color convert

RGB8441146-
CMYK0.420.7200.43
HSL264.57º56.15%36.67%-
HSV(B)264.57º71.92%57.25%-
XYZ9.645.5527.76-
YUV65.83173.25140.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=31.00%
G=15.13%
B=53.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84411460.420.7200.43264.5756.1536.67
Hex5429922A4802B1093825
Octal12451222521100534117045
Binary10101001010011001001010101010010000101011100001001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542992; }

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

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

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

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

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

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

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

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