#542F8C

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

Shades of Kingfisher Daisy #542F8C

Tints of Kingfisher Daisy #542F8C

Color information

#542F8C (or 0x542F8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2F and 8C. RGB value is (84,47,140). Sum of RGB (Red+Green+Blue) = 84+47+140=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #542F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F8C is #ABD073. Grayscale: #444444. Windows color (decimal): -11260020 or 9187156. OLE color: 9187156.

HSL color Cylindrical-coordinate representation of color #542F8C: hue angle of 263.87º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542F8C is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8447140-
CMYK0.40.6600.45
HSL263.87º49.73%36.67%-
HSV(B)263.87º66.43%54.9%-
XYZ9.415.8125.44-
YUV68.66168.26138.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=31.00%
G=17.34%
B=51.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84471400.40.6600.45263.8749.7336.67
Hex542F8C284202D1083225
Octal12457214501020554106245
Binary10101001011111000110010100010000100101101100001000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542F8C; }

 p { color: rgb(84,47,140); }

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

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

 a { background-color: rgb(84,47,140); }

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

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

 span { border-color: rgb(84,47,140); }

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