#542080

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

Shades of Kingfisher Daisy #542080

Tints of Kingfisher Daisy #542080

Color information

#542080 (or 0x542080) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 20 and 80. RGB value is (84,32,128). Sum of RGB (Red+Green+Blue) = 84+32+128=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #542080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542080 is #ABDF7F. Grayscale: #3A3A3A. Windows color (decimal): -11263872 or 8396884. OLE color: 8396884.

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

Color convert

RGB8432128-
CMYK0.340.7500.50
HSL272.5º60%31.37%-
HSV(B)272.5º75%50.2%-
XYZ8.074.4820.86-
YUV58.49167.23146.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=34.43%
G=13.11%
B=52.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84321280.340.7500.50272.56031.37
Hex542080224B0321103c1f
Octal12440200421130624207437
Binary1010100100000100000001000101001011011001010001000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542080; }

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

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

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

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

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

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

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

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