#543685

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

Shades of Kingfisher Daisy #543685

Tints of Kingfisher Daisy #543685

Color information

#543685 (or 0x543685) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 36 and 85. RGB value is (84,54,133). Sum of RGB (Red+Green+Blue) = 84+54+133=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #543685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543685 is #ABC97A. Grayscale: #474747. Windows color (decimal): -11258235 or 8730196. OLE color: 8730196.

HSL color Cylindrical-coordinate representation of color #543685: hue angle of 262.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #543685 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8454133-
CMYK0.370.5900.48
HSL262.78º42.25%36.67%-
HSV(B)262.78º59.4%52.16%-
XYZ9.216.2222.9-
YUV71.98162.44136.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=31.00%
G=19.93%
B=49.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84541330.370.5900.48262.7842.2536.67
Hex543685253B0301072a25
Octal1246620545730604075245
Binary1010100110110100001011001011110110110000100000111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543685; }

 p { color: rgb(84,54,133); }

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

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

 a { background-color: rgb(84,54,133); }

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

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

 span { border-color: rgb(84,54,133); }

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