#542F8B

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

Shades of Kingfisher Daisy #542F8B

Tints of Kingfisher Daisy #542F8B

Color information

#542F8B (or 0x542F8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 2F and 8B. RGB value is (84,47,139). Sum of RGB (Red+Green+Blue) = 84+47+139=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #542F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F8B is #ABD074. Grayscale: #444444. Windows color (decimal): -11260021 or 9121620. OLE color: 9121620.

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

Color convert

RGB8447139-
CMYK0.400.6600.45
HSL264.13º49.46%36.47%-
HSV(B)264.13º66.19%54.51%-
XYZ9.335.7825.05-
YUV68.55167.76139.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=31.11%
G=17.41%
B=51.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84471390.400.6600.45264.1349.4636.47
Hex542F8B284202D1083124
Octal12457213501020554106144
Binary10101001011111000101110100010000100101101100001000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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