#542280

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

Shades of Kingfisher Daisy #542280

Tints of Kingfisher Daisy #542280

Color information

#542280 (or 0x542280) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 22 and 80. RGB value is (84,34,128). Sum of RGB (Red+Green+Blue) = 84+34+128=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #542280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542280 is #ABDD7F. Grayscale: #3B3B3B. Windows color (decimal): -11263360 or 8397396. OLE color: 8397396.

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

Color convert

RGB8434128-
CMYK0.340.7300.50
HSL271.91º58.02%31.76%-
HSV(B)271.91º73.44%50.2%-
XYZ8.124.5920.88-
YUV59.67166.56145.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=34.15%
G=13.82%
B=52.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84341280.340.7300.50271.9158.0231.76
Hex54228022490321103a20
Octal12442200421110624207240
Binary10101001000101000000010001010010010110010100010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542280; }

 p { color: rgb(84,34,128); }

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

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

 a { background-color: rgb(84,34,128); }

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

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

 span { border-color: rgb(84,34,128); }

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