#542382

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

Shades of Kingfisher Daisy #542382

Tints of Kingfisher Daisy #542382

Color information

#542382 (or 0x542382) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 23 and 82. RGB value is (84,35,130). Sum of RGB (Red+Green+Blue) = 84+35+130=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #542382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542382 is #ABDC7D. Grayscale: #3C3C3C. Windows color (decimal): -11263102 or 8528724. OLE color: 8528724.

HSL color Cylindrical-coordinate representation of color #542382: hue angle of 270.95º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542382 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8435130-
CMYK0.350.7300.49
HSL270.95º57.58%32.35%-
HSV(B)270.95º73.08%50.98%-
XYZ8.294.721.59-
YUV60.48167.23144.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=33.73%
G=14.06%
B=52.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84351300.350.7300.49270.9557.5832.35
Hex542382234903110f3a20
Octal12443202431110614177240
Binary10101001000111000001010001110010010110001100001111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542382; }

 p { color: rgb(84,35,130); }

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

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

 a { background-color: rgb(84,35,130); }

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

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

 span { border-color: rgb(84,35,130); }

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