#543086

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

Shades of Kingfisher Daisy #543086

Tints of Kingfisher Daisy #543086

Color information

#543086 (or 0x543086) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 30 and 86. RGB value is (84,48,134). Sum of RGB (Red+Green+Blue) = 84+48+134=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #543086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543086 is #ABCF79. Grayscale: #444444. Windows color (decimal): -11259770 or 8794196. OLE color: 8794196.

HSL color Cylindrical-coordinate representation of color #543086: hue angle of 265.12º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #543086 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8448134-
CMYK0.370.6400.47
HSL265.12º47.25%35.69%-
HSV(B)265.12º64.18%52.55%-
XYZ9.025.7223.18-
YUV68.57164.93139.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=31.58%
G=18.05%
B=50.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84481340.370.6400.47265.1247.2535.69
Hex543086254002F1092f24
Octal12460206451000574115744
Binary10101001100001000011010010110000000101111100001001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543086; }

 p { color: rgb(84,48,134); }

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

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

 a { background-color: rgb(84,48,134); }

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

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

 span { border-color: rgb(84,48,134); }

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