#542882

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

Shades of Kingfisher Daisy #542882

Tints of Kingfisher Daisy #542882

Color information

#542882 (or 0x542882) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 28 and 82. RGB value is (84,40,130). Sum of RGB (Red+Green+Blue) = 84+40+130=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #542882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542882 is #ABD77D. Grayscale: #3F3F3F. Windows color (decimal): -11261822 or 8530004. OLE color: 8530004.

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

Color convert

RGB8440130-
CMYK0.350.6900.49
HSL269.33º52.94%33.33%-
HSV(B)269.33º69.23%50.98%-
XYZ8.445.0121.64-
YUV63.42165.58142.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=33.07%
G=15.75%
B=51.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84401300.350.6900.49269.3352.9433.33
Hex542882234503110d3521
Octal12450202431050614156541
Binary10101001010001000001010001110001010110001100001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542882; }

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

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

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

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

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

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

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

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