#542883

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

Shades of Kingfisher Daisy #542883

Tints of Kingfisher Daisy #542883

Color information

#542883 (or 0x542883) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 28 and 83. RGB value is (84,40,131). Sum of RGB (Red+Green+Blue) = 84+40+131=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #542883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542883 is #ABD77C. Grayscale: #3F3F3F. Windows color (decimal): -11261821 or 8595540. OLE color: 8595540.

HSL color Cylindrical-coordinate representation of color #542883: hue angle of 269.01º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542883 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8440131-
CMYK0.360.6900.49
HSL269.01º53.22%33.53%-
HSV(B)269.01º69.47%51.37%-
XYZ8.515.0422-
YUV63.53166.08142.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=32.94%
G=15.69%
B=51.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84401310.360.6900.49269.0153.2233.53
Hex542883244503110d3522
Octal12450203441050614156542
Binary10101001010001000001110010010001010110001100001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542883; }

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

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

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

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

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

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

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

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