#542F89

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

Shades of Kingfisher Daisy #542F89

Tints of Kingfisher Daisy #542F89

Color information

#542F89 (or 0x542F89) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2F and 89. RGB value is (84,47,137). Sum of RGB (Red+Green+Blue) = 84+47+137=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #542F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F89 is #ABD076. Grayscale: #444444. Windows color (decimal): -11260023 or 8990548. OLE color: 8990548.

HSL color Cylindrical-coordinate representation of color #542F89: hue angle of 264.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542F89 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8447137-
CMYK0.390.6600.46
HSL264.67º48.91%36.08%-
HSV(B)264.67º65.69%53.73%-
XYZ9.195.7224.29-
YUV68.32166.76139.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=31.34%
G=17.54%
B=51.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84471370.390.6600.46264.6748.9136.08
Hex542F89274202E1093124
Octal12457211471020564116144
Binary10101001011111000100110011110000100101110100001001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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